91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

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

察雅县| 营口市| 镇康县| 太保市| 府谷县| 内江市| 常德市| 莱西市| 库尔勒市| 远安县| 和顺县| 丰原市| 和平县| 荃湾区| 鸡东县| 鹿邑县| 桃江县| 威远县| 锦屏县| 姚安县| 广南县| 崇信县| 甘德县| 绥宁县| 方城县| 额尔古纳市| 大名县| 平乡县| 南充市| 虹口区| 积石山| 安图县| 金塔县| 天长市| 普安县| 磴口县| 中江县| 手游| 资中县| 同仁县| 鄄城县|