摘要:启动关闭检查配置文件是否正确可以看到编译选项启动启动配置文件重新载入配置文件重启,不会改变启动时指定的配置文件停止或
一、安装编译工具及库文件
yum -y install make zlib zlib-devel gcc gcc-c++ libtool openssl openssl-devel pcre pcre-devel //PCRE 作用是让 Nginx 支持 Rewrite 功能二、安装Nginx
1、下载Nginx至文件夹/usr/local内
cd /usr/local/ //进入目标目录 wget http://nginx.org/download/nginx-1.14.1.tar.gz //下载nginx,选择稳定版本
2、解压缩文件包
tar zxvf nginx-1.14.1.tar.gz
3、进入安装目录,编译安装
./configure --prefix=/app/nginx --with-http_stub_status_module --with-pcre --with-http_ssl_module make make install
安装完成后的摘要信息:
Configuration summary + using system PCRE library + using system OpenSSL library + using system zlib library nginx path prefix: "/app/nginx" nginx binary file: "/app/nginx/sbin/nginx" nginx modules path: "/app/nginx/modules" nginx configuration prefix: "/app/nginx/conf" nginx configuration file: "/app/nginx/conf/nginx.conf" nginx pid file: "/app/nginx/logs/nginx.pid" nginx error log file: "/app/nginx/logs/error.log" nginx http access log file: "/app/nginx/logs/access.log" nginx http client request body temporary files: "client_body_temp" nginx http proxy temporary files: "proxy_temp" nginx http fastcgi temporary files: "fastcgi_temp" nginx http uwsgi temporary files: "uwsgi_temp" nginx http scgi temporary files: "scgi_temp"
4、查看Nginx版本
/app/nginx/sbin/nginx -v #到此,nginx安装完成。
5、启动、关闭Nginx
检查配置文件是否正确
/app/nginx/sbin/nginx -t /app/nginx/sbin/nginx -V //可以看到编译选项
启动Nginx
/app/nginx/sbin/nginx // 启动 /usr/local/nginx/conf/nginx.conf //配置文件
重新载入配置文件
/app/nginx/sbin/nginx -s reload
重启Nginx,不会改变启动时指定的配置文件
/app/nginx/sbin/nginx -s reopen
停止Nginx
/app/nginx/sbin/nginx -s stop #或 pkill nginx
文章版权归作者所有,未经允许请勿转载,若此文章存在违规行为,您可以联系管理员删除。
转载请注明本文地址:https://www.ucloud.cn/yun/40192.html
摘要:是一个能快速搭建环境的工具,它能快速的将和部署到你的服务器中,是部署环境就如同环境那样简单快速,让人愉悦。在上跑一般只有在生产环境下才会使用,因而默认下就是环境设置为生产环境,而初始化时默认没有对生产环境进行密钥配置。 passenger passenger是一个能快速搭建web环境的工具,它能快速的将nginx和passenger部署到你的服务器中,是部署ruby环境就如同php环...
摘要:一准备工具安装到本地目录文件名彻底删除文件夹二和环境配置我安装在虚拟机的上,压缩包放在了里面解压在了里头按一下键,末尾添加按一下键,退出编辑重新加载配置文件查看有没有自带卸载创建文件夹用远程文件上传的软件连接的,这里使用的软 一、准备SecureCRT工具安装到本地http://www.jb51.net/softjc/55...https://jingyan.baidu.com/art...
阅读 3393·2021-09-08 10:46
阅读 1153·2019-08-30 13:17
阅读 2325·2019-08-30 13:05
阅读 1162·2019-08-29 15:29
阅读 2855·2019-08-29 11:31
阅读 509·2019-08-26 12:13
阅读 1496·2019-08-26 11:42
阅读 1759·2019-08-23 18:37