Nginx 부하 균형 설정 실례 상세 설명
1369 단어 J2EE 개발
2. [b] Linux 에 설치 설정 Nginx [/ b]
、 Nginx
1、 nginx-1.6.2.tar.gz /usr/local
2、 nginx:
1.#cd /usr/local
2.#tar zxvf nginx-1.6.2.tar.gz
3、 nginx
1.#cd nginx-1.6.2
2.#./configure --with-http_stub_status_module --with-http_ssl_module # server https
, PCRE library HTTP Rewrite , url
pcre-7.9.tar.gz, :
1.#tar zxvf pcre-7.9.tar.gz
2.#cd pcre-7.9
3.#./configure
4.#make
5.#make install
pcre , nginx
1.#cd nginx-1.6.2
2.#./configure
3.#make
4.#make install
4、nginx /usr/local/nginx
:
1.cd /usr/local/nginx/sbin
2../nginx -t
:
nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
,nginx 。
nginx
1.cd /usr/local/nginx/sbin
2../nginx // nginx
:http://localhost nginx
nginx
1.pkill -9 nginx
3. [b] 부록 [/ b]
1. Nginx 홈 페이지 다운로드 주소:
[url]http://nginx.org/en/download.html[/url]
2. Nginx 부하 균형 설정 인 스 턴 스 상세 설명
[url]http://www.php100.com/html/program/nginx/2013/0905/5525.html[/url]