openresty 및 제3자 모듈 다운로드 설치 총화

1160 단어
openresty 및 제3자 모듈 다운로드 설치 총화
a) 설치 전 준비
이 라 이브 러 리 perl 5.6.1 +, libpcre, libssl 을 컴퓨터 에 설치 해 야 합 니 다.Linux 에 대해 서 는 시스템 환경 경로 에서 찾 을 수 있 도록 ldconfig 명령 을 사용 하 는 지 확인 해 야 합 니 다.
b) openresty 설치 (lua 확장 nginx 를 통 해 이 루어 진 웹 플랫폼 신축 가능)
tar -xzvf openresty-VERSION.tar.gz
cd openresty-VERSION/
./configure
make
sudo make install

c) 환경 변수 증가
PATH=/usr/local/openresty/nginx/sbin:$PATH
export PATH

d) nginx 명령
nginx -p `pwd`/ -c conf/nginx.conf
nginx –s stop
nginx –s reload

d) 제3자 플러그 인 추가
./configure –add-module=/root/http_dyups_master

좋은 웹페이지 즐겨찾기