Linux系統:Centos
6.5 x64Nginx版本:1.7.81.7.8
)和openssl(
https支持,如果不需要https可以不安裝。
* CentOS 6.5 我安裝的時候是選擇的“基本伺服器”,預設這兩個包都沒安裝全,所以這兩個都運行安裝即可。 2、下載nginx 1.7.8
- wget http:
/
/
nginx
- 1.7. 8.tar
.
gz
3、解壓編譯安裝
- 8.tar. gz然後進入目錄編譯安裝cd nginx-1.7cd nginx-1.7
.
/configure
-
-- prefix=/usr/local/nginx-1.5.1
--with-
http_ssl_module
-
- -with-http_spdy_module
--with-http_stub_status_module
-
-
with
-- pcre make install4、開啟nginx進程/usr/local/nginx-local
/ nginx -
重啟或關閉流程:/usr/
local
- /nginx-1.7.
reload
/usr/local
/
nginx
-
1- .7
.8/sbin/nginx
stop
-
5、關閉防火牆,或是增加防火牆規則就可以測試了。
service iptables stop- 或編輯設定檔:後保存:
-
A INPUT -
m state
-
- -state
NEW -m tcp -p tcp --dport
80 -j ACCEPT
重啟服務即可:-
service iptables restartservice iptables restart
Welcome to nginx!
以上就介紹了CentOS 65 安裝 Nginx 178 教程,包括了方面的內容,希望對PHP教程有興趣的朋友有所幫助。
-