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

溫馨提示×

溫馨提示×

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

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

Nginx怎么編譯安裝

發布時間:2022-03-23 14:16:43 來源:億速云 閱讀:142 作者:iii 欄目:web開發

這篇文章主要講解了“Nginx怎么編譯安裝”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“Nginx怎么編譯安裝”吧!

Nginx編譯安裝

系統平臺:CentOS 7.4
Nginx版本:nginx-1.12.2.tar.gz
Pcre版本:pcre-8.42.tar.gz
所需依賴:gcc-c++ libtool
三方庫:zlib zlib-devel openssl openssl-devel pcre

一、安裝編譯工具及庫文件

> yum install -y make zlib zlib-devel openssl openssl-devel gcc-c++
> libtool

zlib庫:zlib庫是ngx_http_gzip_module(gzip壓縮模塊)所必需的
openssl庫 :--with-http_ssl_module使用該模塊必需裝openssl庫,來實現http支持https協議

二、安裝pcre庫
prce庫:--with-http_rewrite_module使用該模塊必須裝prce庫,來實現對地址重定向,地址重寫功能和localtion指令以及正則表達式的支持

wget https://sourceforge.net/projects/pcre/files/pcre/8.42/pcre-8.42.tar.gz
[root@linux-node1 src]# tar xf pcre-8.42.tar.gz
[root@linux-node1 src]# cd pcre-8.42
[root@linux-node1 pcre-8.42]# ./configure && make && make install && echo $?
[root@linux-node1 pcre-8.42]# pcre-config --version

三、安裝Nginx

wget http://nginx.org/download/nginx-1.12.2.tar.gz
[root@linux-node1 /]# useradd -s /sbin/nolgoin nginx
[root@linux-node1 src]# tar xf nginx-1.12.2.tar.gz
[root@linux-node1 nginx-1.12.2]#./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-pcre=/usr/local/src/pcre-8.42 --user=nginx --group=nginx
[root@linux-node1 nginx-1.12.2]# make && make install
[root@linux-node1 /]# /usr/local/nginx/sbin/nginx -V     查看版本以及已編譯的模塊

[root@linux-node1 /]# /usr/local/nginx/sbin/nginx -t    檢查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

四、啟動Nginx

[root@linux-node1 /]# /usr/local/nginx/sbin/nginx     啟動Nginx
/usr/local/nginx/sbin/nginx -s reload                 重新載入配置文件
/usr/local/nginx/sbin/nginx -s reopen                 重啟 Nginx
/usr/local/nginx/sbin/nginx -s stop                   快速關閉 Nginx
/usr/local/nginx/sbin/nginx -s quit                   關閉Nginx

[root@linux-node1 /]# systemctl stop iptables.service
[root@linux-node1 /]# systemctl stop firewalld.service

感謝各位的閱讀,以上就是“Nginx怎么編譯安裝”的內容了,經過本文的學習后,相信大家對Nginx怎么編譯安裝這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!

向AI問一下細節

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

AI

瑞昌市| 芷江| 布尔津县| 汉沽区| 双鸭山市| 广西| 万山特区| 平和县| 敖汉旗| 镇雄县| 修水县| 晋城| 赤水市| 新干县| 青神县| 涿州市| 剑阁县| 望谟县| 日土县| 乌拉特前旗| 临泉县| 松潘县| 阿巴嘎旗| 东辽县| 枣阳市| 施甸县| 宝兴县| 卓尼县| 岗巴县| 惠安县| 博野县| 呈贡县| 同江市| 资溪县| 泽库县| 潮州市| 菏泽市| 雷山县| 广德县| 什邡市| 南皮县|