首頁  >  文章  >  後端開發  >  CentOs下Nginx安裝部署

CentOs下Nginx安裝部署

WBOY
WBOY原創
2016-07-30 13:30:291145瀏覽

系統: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.gz

pcre-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

. 1.tar.gz Nginxx至此的安裝
[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安裝成功.

啟動


nginx

查看埠[root@localhost sbin]# netstat -ntlp

版權聲明:本文為部落客原創文章,未經部落客允許不得轉載。 以上就介紹了CentOs下Nginx安裝部署,包含了面向的內容,希望對PHP教學有興趣的朋友有幫助。

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn