설 치 된 nginx 동적 모듈 echo - nginx - module 추가

1857 단어 nginx
환경 설명
  • 제 nginx 의 설치 디 렉 터 리 는 /usr/local/nginx 폴 더 에 있 고 ./sbin/nginx 시스템 경로 에 추가 되 었 습 니 다. 모든 디 렉 터 리 에서 직접 nginx 호출 할 수 있 습 니 다.
  • 제 nginx 는 공식 다운로드. tar. gz 의 소스 패키지 컴 파일 을 통 해 설치 되 었 습 니 다. 사용 한 것 은 1.16.1 버 전 입 니 다. 압축 을 푼 nginx - 1.16.1 폴 더 는 nginx 의 설치 디 렉 터 리 아래 에 있 습 니 다.
  • nginx 설치 디 렉 터 리 에 modules 폴 더 를 새로 만 들 었 습 니 다. 추가 하고 싶 은 동적 모듈 을 넣 습 니 다.

  • echo - nginx - module 모듈 가 져 오기/usr/local/nginx/modules 에 들 어간 후 git clone https://github.com/openresty/echo-nginx-module.git 모듈 의 내용 을 echo-nginx-module 폴 더 에 다운로드 합 니 다 /usr/local/nginx/modules/echo-nginx-module/.
    다시 만 들 기 nginx - 1.16.1/usr/local/nginx/nginx-1.16.1 에 들 어 가 는 nginx-1.16.1 디 렉 터 리 는 보통 nginx 설치 디 렉 터 리 가 없습니다. 제 가 있 는 이 유 는 '환경 설명' 절 을 보십시오.
    실행 ./configure --add-module=/usr/local/nginx/modules/echo-nginx-module/재 운행 make 하지만 절대 안 됩 니 다 make install새 nginx 로 오래된 버 전 을 교체 하 다.
    실행 중인 nginx 의 nginx 파일 백업: cp /usr/local/nginx/sbin/nginx /usr/local/nginx/sbin/nginx.bak새로 만 든 nginx 파일 로 교체 하기: rm -f /usr/local/nginx/sbin/nginx cp /usr/local/nginx/nginx-1.16.1/objs/nginx /usr/local/nginx/sbin/이때 /usr/local/nginx/ 디 렉 터 리 아래 ./nginx -V 에서 하나의 --add-module=... 내용 을 볼 수 있 을 것 이다. 나의 nginx -V 결 과 는 다음 과 같다. configure arguments: --with-http_ssl_module --add-module=/usr/local/nginx/modules/echo-nginx-module --with-openssl=/usr/local/ssl 그 중 에 - add - module = / usr / local / nginx / modules / echo - nginx - module 설명 이 성공 했다.
    echo - nginx - module 사용
    echo - nginx - module 을 사용 하여 nginx 의 rewrite 모듈 의 break 와 last 차 이 를 탐색 합 니 다.

    좋은 웹페이지 즐겨찾기