nginx 에 새로운 컴 파일 모듈 추가

667 단어 linux
       nginx,                 
    :      ngx_cache_purge  (      URL   )
nginx          nginx,    apache        .so

1.wget http://labs.frickle.com/files/ngx_cache_purge-2.0.tar.gz
 tar -zxvf ngx_cache_purge-2.0.tar.gz
 cd /data0/software/nginx-1.1.10

2.  nginx        ,       
/usr/local/webserver/nginx/sbin/nginx -V

3.         ,    
./configure --user=www --group=www --add-module=../ngx_cache_purge-2.0 --prefix=/usr/local/webserver/nginx --with-http_stub_status_module --with-http_ssl_module

make,  make install   
make

4.   nginx     :
cp /app/nginx/sbin/nginx /app/nginx/sbin/nginx.bak
cp ./objs/nginx /app/nginx/sbin/  

5.  nginx

좋은 웹페이지 즐겨찾기