如何通过命令行重新安装NGINX nginx编译安装服务启动脚本在哪
如何通过命令行重新安装NGINX
1. 执行备份nginx配置复数据制。
mv /usr/local/nginx-generic-1.6.0 /usr/local/nginx-generic-1.6.0-backup
2. 执行重新安装百nginx
amh nginx-generic-1.6.0 install
3. 恢复配置
cp /usr/local/nginx-generic-1.6.0-backup/conf/nginx.conf /usr/local/nginx-generic-1.6.0/conf/nginx.conf
4. 重启度nginx
amh nginx restart
nginx编译安装服务启动脚本在哪
在你编译是 --prefix=指定的目录下有一个bin目录,里面有一个nginx启动脚本,如果没有指定,默认在/usr/local/nginx下,即/usr/local/nginx/sbin/nginx
给已经编译安装好的Nginx添加模块,是要重新再编译安装一次吗
编译信息
configure arguments: --user=w /usr/local/nginx --with-pcre=/tmp/pcre-8.30 --with-http_gzip_static_module
我现在想添加–with-http_stub_status_module模块,必须要重新编译一次然后make && make install吗?