1安裝nginx前準備工作
Yum install –y gcc gcc-c++
Yum install zan
2.編譯安裝pcre執行如下指令:
#cd/data/software/pcre-8.32
x
執行下列指令:# cd /data/software/nginx-1.7.0# ./configure --prefix=/data/nginx/ --with-http_ssl_module --with-http_spdy_module --with-http_modub_status_with-http_module _with-http_module _with-http_module _with- -pcre
#Make
#Make install
–with-http_stub_HobDule
–with-http_stub_Hob_ule:支持狀態值-http_stub_Hule_kule
:支持狀態–http_stub_Hules_ule –with-http_spdy_module
:支持google的spdy,想了解請百度spdy,這個必須有ssl的支援–with-pcre
:為了支援rewrite重寫功能,必須制定pcre
安裝完成啟動nginx。
[root@localhost conf]#/data/nginx/sbin/nginx (啟動nginx提示如下錯誤)
/data/cinx/sbinm/ so.1: cannot open shared object file: No such file ordirectory
建立軟連線
[hadoop@SCLABHAOP01 ~]$ lns/ /
判斷Nginx配置是否正確指令如下:
/usr/nginx/sbin//usr/nginx/sbin/ inx(
啟動服務)
/data/nginx/sbin/nginx-s stop(
停止服務) 重啟服務)
設定
ng 80埠 listen 80; 80;
定義使用www.xx.com
訪問server_name 訪問日誌 access_log logs/www.xx .com.access.log main;
#預設請求 定義伺服器的預設網站根目錄位置
index index.phpindex.html index.htm; #
定義首頁索引檔案的名稱例
server {
.
location/ {
root /data/software/beian/;index index.html help.html;
}
以上就介紹了nginx編譯和配置,包括了方面的內容,希望對PHP教程有興趣的朋友有幫助。