nginx 및 tengine 설정

2407 단어 nginxtengine
최근 작업 이 필요 해 타 오 바 오 개발 의 tengine 을 배치 해 자 료 를 찾 아 봤 다.대략적인 절 차 는 다음 과 같다.
1. 먼저 tengine 이 의존 하 는 library pcre. jar 를 설치 합 니 다.
1.cd /usr/local/src #       

2.tar zxvf pcre-8.12.tar.gz

3.mkdir /usr/local/pcre   #      hotspot-cd74fab0a5e3

4.cd pcre-8.12

5. ./configure --prefix=/usr/local/pcre   #  

6.make

7.make install

2. tengine 의존 library openssl. jar 설치
1.cd /usr/local/src #       

2.tar zxvf openssl-1.0.1c.tar.gz

3.cd openssl-1.0.1c

4. ./config --prefix=/usr/local/openssl

5.make

6.make install

2.3 zlib 패키지 설치
    1.cd /usr/local/src #       

2.tar zxvf openssl-1.2.5.tar.gz

3.cd openssl-1.2.5

4. ./config --prefix=/usr/local/zlib

5.make

6.make install

3. nginx 설치
1.cd /usr/local/src #       

2.tar zxvf nginx.tar.gz

3.cd nginx-1.3.8

4. ./configure --prefix=/usr/local/nginx --sbin-path=/usr/local/nginx/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --error-log-path=/usr/local/nginx/error.log --pid-path=/usr/local/nginx/nginx.pid --lock-path=/usr/local/nginx/nginx.lock  --with-http_stub_status_module --with-http_gzip_static_module --with-pcre=/usr/local/pcre-1.3.8 --with-zlib=/usr/local/zlib-1.2.5--with-openssl=/usr/local/openssl-8.12

#--with-pcre=/usr/local/src/pcre --  pcre    

#--sbin-path=/usr/local/nginx/sbin/nginx --nginx    

#--conf-path=/usr/local/nginx/conf/nginx.conf --nginx       

#--error-log-path=/usr/local/nginx/error.log --      

5.make

6.make install

nginx 설치 후 추가
proxy. conf – nginx 프 록 시 tomcat 파일 은 nginx. conf 경로 와 같 습 니 다.
nginx. conf – 수정 이 필요 합 니 다.
nginx / usr / local / nginx / sbin / 하 nginx 를 시작 nginx 로 시작 합 니 다.
nginx / usr / local / nginx / sbin / 하 nginx 를 시작 으로 nginx - s stop 을 정지 합 니 다.
3. tengine 설치
1.cd /usr/local/src #       

2.tar zxvf tengine-1.4.2.tar.gz

3.cd hotpost

4.
     ./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-openssl=/usr/local/src/openssl-1.0.1c --with-zlib=/usr/local/src/zlib-1.2.5 --with-pcre=/usr/local/src/pcre-8.12

#--prefix=/usr/local/nginx --   tengine   

#--with-openssl=/usr/local/src/openssl --  openssl        tar zxvf pcre-8.13.tar.gz    

#--with-pcre=/usr/local/src/pcre --  pcre    

5.make

6.make install

환경 이 다 를 수 있 음 을 알려 주면 zlib 가방 을 적 게 보고 합 니 다.절차 가 같다.해결 하기 쉽다.

좋은 웹페이지 즐겨찾기