ubuntu NGINX LUA 설치

891 단어 ubuntu
예전 에 NGINX 와 PHP 설 치 를 소 개 했 는데 오늘 은 NGINX + LUA 를 설치 하 는 것 이 어렵 습 니 다. 사실은 쉽 습 니 다! ~
1. 각종 가방 설치 
# sudo apt-get install libreadline-dev libncurses5-dev libpcre3-dev libssl-dev perl
2. 춘 형의 openresty 를 다운로드 하고 주소:http://agentzh.org/misc/nginx/ngx_openresty-1.2.6.1.tar.gz
3. 설치 
./configure --prefix=/opt/openresty \
            --with-luajit \
            --without-http_redis2_module \
            --with-http_iconv_module \
            --with-http_postgres_module \
            -j2

4、make && make install
 
 
발췌: http://openresty.org

좋은 웹페이지 즐겨찾기