系統:centOS
首先要裝好gcc,gcc-c++、make等編譯工具
Y Nginx的安裝
模組依賴性Nginx
需要依賴下面3
個包1. gzip 下載: http:// www.zlib.net/
)2. rewrite 模組需要 pcre .org/ ) 3. ssl 功能需要
openssl庫 ( . Nginx包裝下載: http://mirrors.sohu.com/nginx/
依賴套件安裝順序依序為:openssl、, f相依套件安裝順序 Nginx包. 圖解教學
下載安裝所需包請約啥。
下載pcre依賴包
下載Nginx
包選擇穩定版的
準備齊全的安裝包
:
🜎
zlib- 1.2.
8
.tar.gzpcre-8.
32 .tar.gz
第二步:
依序安裝openssl-fips-2.0.9.tar.gz, -185. .
32.tar.gz, nginx-1.
9.1.tar.gz
1.安裝.
[root@localhost mrms]# tar -zxvf openssl-fips-2.0.9.tar.gz [root@localhost openms]N含-fips-2.0.9]# ./config [root@localhost openssl-fips-2.0.9]# make[root@localhost openssl-fips-2.0.9]1
2.安裝zlib-1.2.8tar.gz
. .tar.gz [root@localhost mrms]# cd zlib-1.2.8[root@localhost zlib-1.2.8]# ./configure [root@localhost zlib-1.2.88]#make[root@localhost zlib-1.2.88]#make
[root@localhost zlib-1.2.8.88]> -1.2.8]# make install
3.安裝pcre-8.3.安裝
.[root@localhost mrms] # tar -zxvf pcre-8.32.tar.gz[root@localhost mrms]# cd pcre-8.32[root@localhost [root@localhost pcre-8.32]# make install
4.安裝 nginx-1.9.1.tar.gz
[root@localhost mrms]# cd nginx-1.9.1[root@localhost nginx-1.9.1]#./configure --sbin-path=/usr/local/nginx/nginx 🜠-- =/usr/local/nginx/nginx.conf --pid-path=/usr/local/nginx/nginx.pid --with-pcre=/usr/local/src/pcre-8.32 -with-zlib=/usr/local/src/zlib-1.2.8 --with-openssl=/usr/local/src/openssl-fips-2.0.9 [root@localhost nginx-1.9.1 ]# make [root@localhost nginx-1.9.1]# make install 至此 |
檢測是否安裝成功 [root@localhost nginx-1.9.1]# cd /usr/local/nginx/
[root@localhost sbin]#
如圖所示,表示
Nginx安裝成功.
啟動
查看埠[root@localhost sbin]# netstat -ntlp
版權聲明:本文為部落客原創文章,未經部落客允許不得轉載。 以上就介紹了CentOs下Nginx安裝部署,包含了面向的內容,希望對PHP教學有興趣的朋友有幫助。