시스템: centOS
먼저 gcc, gcc-c++, make 및 기타 컴파일 도구를 설치합니다.
예um XXXX 설치
Nginx 설치
모듈 종속성Nginx는 다음 3 패키지
1. gzip 모듈에는 zlib 라이브러리 ( 다운로드가 필요합니다. > http://www.zlib.net/ )
2. 재작성 모듈에는 pcre 도서관( 다운로드: http://www.pcre.org/ )
3. SSL 기능에는openssl 라이브러리( 다운로드: http://www.openssl.org/ )
Nginx 패키지 다운로드: http://mirrors.sohu.com/nginx/
종속성 패키지 설치 순서는 다음과 같습니다. openssl,
zlib, pcre, Nginx 설치 패키지.
그림 튜토리얼
1단계: 필수 패키지 다운로드 및 설치
zlib
종속성 패키지
openssl
종속성 패키지
Nginx
패키지안정 버전 선택
:
openssl-fips -2.0.
9.tar.gzzlib-1.2.
8.tar.gzpcre-8.
32.tar .gznginx-1.
9.1.tar.gz 아니요. 2단계:
openssl-fips-2.0을 설치합니다.
9.tar .gz, zlib-1.2.8.tar.gz, pcre-8.32.tar.gz , nginx-1 .9.1.tar.gz1.openssl-fips-2.0을 설치합니다.9
.tar.gz[root@localhost mrms]# tar -zxvf openssl-fips-2.0.9.tar.gz [root@localhost mrms]# cd openssl-fips-2.0.9 [root@localhost openssl-fips-2.0.9]# ./config [root@localhost openssl-fips-2.0.9]# make [root@localhost openssl-fips-2.0.9]# make install
[root@localhost mrms]# tar -zxvf openssl- fips-2.0.9.tar.gz [root@localhost mrms]# cd openssl-fips-2.0.9[root@localhost openssl-fips-2.0. 9]# . /config [root@localhost openssl-fips-2.0.9]# make
[root@localhost openssl-fips-2.0.9]# make install
2. zlib-1.2를 설치합니다. 8 tar.gz
[root@localhost mrms]# tar -zxvf zlib-1.2.8.tar.gz [root@localhost mrms]# cd zlib-1.2.8 [root@localhost zlib-1.2.8]# ./configure [root@localhost zlib-1.2.8]# make [root@localhost zlib-1.2.8]# make install |
[root@localhost mrms]# tar -zxvf zlib -1.2.8 .tar.gz[root@localhost mrms]# cd zlib-1.2.8 [root@localhost zlib-1.2.8]# ./configure [ root@localhost zlib-1.2.8]# make[root@localhost zlib-1.2.8]# make install |
[root@localhost mrms]# tar -zxvf pcre-8.32.tar.gz [root@localhost mrms]# cd pcre-8.32 [root@localhost pcre-8.32]# ./configure [root@localhost pcre-8.32]# make [root@localhost pcre-8.32]# make install |
4.安装 nginx-1.9.1.tar.gz
[root@localhost mrms]# tar -zxvf nginx-1.9.1.tar.gz [root@localhost mrms]# cd nginx-1.9.1 [root@localhost nginx-1.9.1]#./configure --sbin-path=/usr/local/nginx/nginx --conf-path=/usr/local/nginx/nginx.conf --pid-path=/usr/local/nginx/nginx.pid --with-pcre=/usr/local/src/pcre-8.32 --with-zlib=/usr/local/src/zlib-1.2.8 --with-openssl=/usr/local/src/openssl-fips-2.0.9 [root@localhost nginx-1.9.1]# make [root@localhost nginx-1.9.1]# make install |
[root@localhost mrms]# cd nginx-1.9.1[root@localhost nginx-1.9.1]#./configure --sbin-path=/usr/local/nginx/nginx --conf- 경로=/usr/local/nginx/nginx.conf --pid-path=/usr/local/nginx/nginx.pid
--with-pcre=/usr/local /src/pcre-8.32--with-zlib=/usr/local/src/zlib-1.2.8
--with-openssl=/usr/local/src/openssl -fips-2.0.9[root@localhost nginx-1.9.1]# make
[root@localhost nginx-1.9.1]# make install적합한 보안!
检测是否安装成功
[root@localhost nginx-1.9.1]# cd /usr/local/nginx/
[root@localhost sbin]# ./nginx -t
如图所示,表示
Nginx安装成功
.
启动nginx