欧美一级色视频,簧片在线免费看,美日韩在线,成人观看网站a,亚洲欧美在线一区二区,欧美操穴,欧美综合专区

龍巖易富通網(wǎng)絡(luò)科技有限公司

龍巖小程序開發(fā),龍巖分銷系統(tǒng)

CentOS-6.3安裝配置Nginx

2015.09.10 | 1928閱讀 | 0條評(píng)論 | 服務(wù)器配置

安裝說(shuō)明

系統(tǒng)環(huán)境:CentOS-6.3 軟件:nginx-1.2.6.tar.gz 

安裝方式:源碼編譯安裝 

安裝位置:/usr/local/nginx 

下載地址:http://nginx.org/en/download.html


安裝前提

在安裝nginx前,需要確保系統(tǒng)安裝了g++、gcc、openssl-devel、pcre-devel和zlib-devel軟件。安裝必須軟件:


[root@admin /]#yum install gcc-c++ yum -y install zlib zlib-devel openssl openssl--devel pcre pcre-devel


檢查系統(tǒng)安裝的Nginx:

[root@admin local]# find -name nginx ./nginx ./nginx/sbin/nginx ./nginx-1.2.6/objs/nginx


卸載原有的Nginx

[root@admin /]# yum remove nginx


安裝

安裝前先升級(jí)ssl:http://m.zhaobake.com/post/2629.html

將安裝包文件上傳到/usr/local中執(zhí)行以下操作:

[root@admin local]# cd /usr/local 

[root@admin local]# tar -zxv -f nginx-1.2.6.tar.gz 

[root@admin local]# rm -rf nginx-1.2.6.tar.gz 

[root@admin local]# mv nginx-1.2.6 nginx 

[root@admin local]# cd /usr/local/nginx 

[root@admin nginx]# ./configure --prefix=/usr/local/nginx  --with-http_ssl_module --with-openssl=指定源碼包所在的路徑

[root@admin nginx]# make 

[root@admin nginx]# make install



配置

#修改防火墻配置: [root@admin nginx-1.2.6]# vi + /etc/sysconfig/iptables #添加配置項(xiàng) -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT #重啟防火墻 [root@admin nginx-1.2.6]# service iptables restart


啟動(dòng)

#方法1 [root@admin nginx-1.2.6]# /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf

#方法2 [root@admin nginx-1.2.6]# cd /usr/local/nginx/sbin [root@admin sbin]# ./nginx




停止

#查詢nginx主進(jìn)程號(hào) ps -ef | grep nginx 

#停止進(jìn)程 kill -QUIT 主進(jìn)程號(hào) 

#快速停止 kill -TERM 主進(jìn)程號(hào) 

#強(qiáng)制停止 pkill -9 nginx




重啟

[root@admin local]# /usr/local/nginx/sbin/nginx -s reload


測(cè)試

#測(cè)試端口 netstat –na|grep 80 #瀏覽器中測(cè)試 http://ip:80


三. 安裝過(guò)程中出現(xiàn)的問(wèn)題 

1.pcre :/configure: error: no acceptable C compiler found in $PATH  See `config.log' for more details 

原因是沒裝gcc 

解決辦法:yum install gcc 


2../configure :checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables See `config.log' for more details. 

原因是由于c++編譯器的相關(guān)package沒有安裝 

解決辦法:yum install gcc-c++ 


3.pcre:make時(shí)報(bào)錯(cuò):[pcrecpp.lo] Error 1 

原因是由于c++編譯器的相關(guān)package沒有安裝 

解決辦法:yum install gcc-c++,重新configure,make && make install通過(guò)。 


4../configure: error: the HTTP rewrite module requires the PCRE library 

原因是需要PCRE library 

解決辦法:yum -y install pcre-devel 


5../configure: error: the HTTP cache module requires md5 functions from OpenSSL library.   You can either disable the module by using --without-http-cache option, or install the OpenSSL library into the system, or build the OpenSSL library statically from the source with nginx by using --with-http_ssl_module --with-openssl=<path> options. 

原因是需要OpenSSL library 

解決辦法:yum -y install openssl openssl-devel   


文章來(lái)源:http://www.cnblogs.com/zhoulf/archive/2013/02/09/2909653.html


贊 (

發(fā)表評(píng)論

中阳县| 浮山县| 惠安县| 巫溪县| 邓州市| 抚州市| 吴旗县| 上杭县| 筠连县| 石河子市| 苍南县| 平陆县| 布拖县| 清水县| 额尔古纳市| 崇礼县| 怀宁县| 平阴县| 潜江市| 东源县| 仁化县| 微山县| 罗源县| 汝南县| 简阳市| 朝阳县| 长兴县| 鲁甸县| 光山县| 河北区| 都匀市| 英山县| 西宁市| 南靖县| 安岳县| 曲水县| 绿春县| 乌鲁木齐县| 河津市| 蛟河市| 星子县|