亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

nginx 安裝方法2

發布時間:2020-07-10 15:18:49 來源:網絡 閱讀:472 作者:暖暖miss 欄目:建站服務器

entOS-6.8 安裝 Nginx

Nginx 環境準備:

安裝Nginx需要完成以下依賴的安裝

1.gcc 安裝:yum install gcc-c++

2.PCRE pcre-devel 安裝:yum install -y pcre pcre-devel

3.zlib 安裝: yum install -y zlib zlib-devel

4.OpenSSL 安裝:yum install -y openssl openssl-devel

安裝Nginx

1. 下載Nginx

wget -chttps://nginx.org/download/nginx-1.10.1.tar.gz

2. 解壓:

tar -zxvf nginx-1.10.1.tar.gz

3. 配置:

cd nginx-1.10.1 進入nginx解壓目錄

./configure

4. 編譯安裝:

make

make install

5. 查找安裝路徑:

whereis nginx

啟動、停止Nginx:

1. 查找nginx安裝路徑:whereis nginx

2. 進入nginx安裝路徑:cd /usr/local/nginx/sbin

3. 啟動:

1. ./nginx

2. /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf

兩種方式都可以

4. 停止:

從容停止:kill -QUIT 19795(注意:19795是Nginx的進程號)

快速停止:kill -TERM 46968(注意:46968是Nginx的進程號)

kill -INT 46975(注意:46975是Nginx的進程號)

強制停止:pkill -9 nginx

./nginx -s stop:此方式相當于先查出nginx進程id再使用kill命令強制殺掉進程。

./nginx -s quit:此方式停止步驟是待nginx進程處理任務完畢進行停止。 

先停止再啟動:./nginx -s quit; ./nginx


5. 重啟:

1. 驗證nginx的配置文件是否正確:

1. cd /usr/local/nginx/sbin 進入nginx的安裝目錄,接著執行 ./nginx -t

如果正確,會有如下的信息:

[root@localhost sbin]# ./nginx -t

nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok

nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful

2. /usr/local/nginx/sbin/nginx -t -c /usr/local/nginx/conf/nginx.conf

如果正確會有如下信息:

[root@localhost sbin]# /usr/local/nginx/sbin/nginx

-t -c /usr/local/nginx/conf/nginx.conf

nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok

nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful

2. 如果配置文件正確,則可以重啟:

1. ./nginx -s reload (需提前進入nginx可執行文件目錄:cd /usr/local/nginx/sbin)

2. kill -HUP 46991(46991是nginx的進程號)

6. 重新加載配置文件:

當 ngin x的配置文件 nginx.conf 修改后,要想讓配置生效需要重啟 nginx,

使用-s reload不用先停止 ngin x再啟動 nginx 即可將配置信息在 nginx 中生效

例如: ./nginx -s reload

設置Nginx開機自啟動:

即在rc.local增加啟動代碼就可以了

查看nginx進程:

1. ps -ef |grep nginx

2.ps aux|grep nginx

兩種方式都可以


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

察哈| 黔江区| 顺义区| 长垣县| 上饶市| 天津市| 浮梁县| 金阳县| 金塔县| 汽车| 台北县| 长岭县| 江油市| 玛曲县| 丰原市| 白沙| 绥芬河市| 定南县| 奉化市| 柏乡县| 南宫市| 贵州省| 会昌县| 大宁县| 茂名市| 岱山县| 玛沁县| 洞口县| 庆阳市| 逊克县| 曲靖市| 达拉特旗| 筠连县| 徐水县| 漳州市| 哈巴河县| 灵川县| 杂多县| 冀州市| 万安县| 安阳市|