nginx 틈새 없 는 업그레이드 및 nginx 지원 모듈 추가, nginx proxy 추가cache 모듈

[root@localhost nginx-1.3.14] /usr/local/nginx/sbin/nginx -V
[root@localhost nginx-1.3.14]# ./configure --prefix=/usr/local/nginx --user=www --group=www --add-module=/usr/src/ngx_cache_purge-2.0 --with-http_stub_status_module –with-http_ssl_module
[root@localhost nginx-1.3.14]# make
 
make[1]: *** [objs/addon/ngx_cache_purge-1.2/ngx_cache_purge_module.o] Error 1 make[1]: Leaving directory `/root/nginx-1.0.5' make: *** [build] Error 2

 
nginx 버 전의 문제 때 문 입 니 다.제 가 예전 에 사용 한 것 은 새로운 nginx 1.2 버 전 입 니 다. 결 과 는 항상 상기 Error 정보 가 나 와 서 이전 버 전 으로 바 꾼 후에 Error 가 사 라 졌 습 니 다.
[root@localhost nginx-1.3.14]# mv /usr/local/nginx/sbin/nginx /usr/local/nginx/sbin/nginx.bak
[root@localhost nginx-1.3.14]# cp objs/nginx /usr/local/nginx/sbin/nginx
[root@localhost nginx-1.3.14]# make upgrade

좋은 웹페이지 즐겨찾기