nginx 编译安装详解

nginx 编译安装详解,第1张

编译自:

http://nginx.org/en/docs/install.html

https://www.nginx.com/resources/wiki/start/topics/tutorials/installoptions/

如果需要特别的功能,可进行编译安装:

源码包中提供 configure 脚本用于编译前定义 nginx 各方面的配置毁游颂。

执行 configure 脚本最后生成 Makefile,make 命令根据 Makefile 进行编译安装磨敏。

configure 命令支持如下参数:

--prefix=path

--sbin-path=path

--conf-path=path

--pid-path=path

--error-log-path=path

--http-log-path=path

--user=name

--group=name

--with-select_module

--without-select_module

--with-poll_module

--without-poll_module

--without-http_gzip_module

--without-http_rewrite_module

--without-http_proxy_module

--with-http_ssl_module

--with-pcre=path

--with-pcre-jit

--with-zlib=path

--with-cc-opt=parameters

--with-ld-opt=parameters

Example of parameters usage (all of this needs to be typed in one line):

配置完成后,使用 make 命令编译安装 nginx。

版权信息 :

本文编译自纤郑 nginx.org 的部分,遵循其原来的 licence 声明: 2-clause BSD-like license

本文亦有部分编译自 nginx.com

nginx编译安装慢优化步骤:

1、利用包管理器直接安装,也是新手氏顷最简单的安装方式。

2、源码启核辩包编译安装。源码包编译安装的有点就是灵活,扩展方便,性能要比直接包管理器安装要好,对于很多人说的包管理器安装无法安装最新版、悄缺无法升级到最新版等问题,不存在。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/tougao/12418570.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-25
下一篇 2023-05-25

发表评论

登录后才能评论

评论列表(0条)

保存