一、nginx安装 卸载yum安装的ngjnx 1 yum remove nginx -y 1 yum remove nginx -y 1 yum remove nginx -y 1 yum remove nginx -y yum remove nginx -y 编译安装nginx步骤 二、ngin ...
分类:
其他好文 时间:
2019-10-05 12:58:28
阅读次数:
128
一、Nginx的编译安装 1、安装依赖包gcc,gcc-c++,pcre,openssl-devel 命令:yum -y install gcc gcc-c++ pcre-devel openssl-devel 2、下载Nginx源码包 Nginx下载地址:http://nginx.org/down ...
分类:
其他好文 时间:
2019-09-05 13:23:01
阅读次数:
83
nginx部署 1. 安装依赖 2. 下载nginx源码包 3. 解压nginx 4. 编译 安装nginx 5. 启动nginx 6. 验证(进程,端口) ...
分类:
其他好文 时间:
2019-08-23 22:27:25
阅读次数:
117
1.安装依赖yuminstall-ypcre*yuminstall-yopenssl*yuminstall-ygccc++make2..编译安装配置模块./configure--prefix=/usr/local/nginx--sbin-path=/usr/local/nginx/sbin/nginx--conf-path=/usr/local/nginx/conf/nginx.conf--err
分类:
其他好文 时间:
2019-08-22 09:19:09
阅读次数:
81
1.减小 nginx 编译后的文件大小 在编译 nginx 时,默认以 debug 模式进行,在 debug 模式下会插入很多跟踪和 assert 之类的信息。 在 nginx 源码文件解压后,找到源码目录下的 auto/cc/gcc 文件,在其中找到如下行: #debug CFLAGS=”$CFL ...
分类:
其他好文 时间:
2019-08-09 17:21:23
阅读次数:
91
今天下载了个nginx,编译安装之后,无法启动,以前的启动方法无法实现(services nginx start), 在网上找了半天,才找到一个方法,与大家分享: 命令如下: 启动:/usr/local/nginx/sbin/nginx 关闭:/usr/local/nginx/sbin/nginx ...
分类:
其他好文 时间:
2019-06-19 12:01:29
阅读次数:
84
使用本脚本可以自动批量完成中间节点环境的部署工作,包括:Nginx编译安装、添加程序管理脚本、设置开机启动、反向代理配置、证书分发、添加iptables规则等。脚本支持自定义nginx安装版本、设置编译模块、配置监听端口等。 1. Nginx Role规则说明 本脚本用于中间节点(Nginx反向代理... ...
分类:
其他好文 时间:
2019-05-25 09:21:07
阅读次数:
123
nginx简单介绍:https://www.cnblogs.com/ckh2014/p/10848670.html nginx编译安装:https://www.cnblogs.com/ckh2014/p/10848623.html nginx相关配置: 主配置段的指令: 正常运行的必备配置 性能优化 ...
分类:
系统相关 时间:
2019-05-11 21:32:58
阅读次数:
125
环境gcc-c++pcrepcre-develzlibzlib-developensslopenssl-develgcc-c++编译依赖gcc环境opensslopenssl-develSSL协议zlibzlib-develzlib库提供了很多种压缩和解压缩的方式pcrepcre-devel包括perl兼容的正则表达式库下载Nginx,解压wgethttp://nginx.org/download
分类:
其他好文 时间:
2019-04-01 15:47:24
阅读次数:
143