cent 7 설정 nginx (1), nginx 기본 설치

4487 단어 nginxlinuxcentos
이 글 은 주로 nginx 의 설 치 를 설명 합 니 다.
설명: 이 글 의 내용 은 이미 CentOS Linux release 7.3.1611 (Core) 에서 테스트 를 통과 했다.
nginx 홈 페이지 에 방문 하여 적합 한 nginx 버 전 을 다운로드 하고 tar 명령 으로 압축 을 풀 고 디 렉 터 리 에 들 어가 서 실행 합 니 다.
./configure

centos 7.3 에서 위의 명령 을 실행 하면 다음 과 같은 오류 가 발생 합 니 다.
오류 내용 1:
./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre=<path> option.

해결 방법:
yum -y install pcre-devel

오류 내용 2:
./configure: error: the HTTP gzip module requires the zlib library.
You can either disable the module by using --without-http_gzip_module
option, or install the zlib library into the system, or build the zlib library
statically from the source with nginx by using --with-zlib=<path> option.

해결 방법:
yum install -y zlib-devel

오류 내용
./configure: error: C compiler cc is not found

해결 방법:
yum install gcc

이어서 집행 하 다
./configure
make
make install

설치 하면 성공 합 니 다./usr/local/nginx/sbin 실행 ./nginx 에 들 어가 면 nginx 를 시작 할 수 있 고 실행 netstat -nlp 을 하면 포트 가 감청 되 었 음 을 볼 수 있 으 며 브 라 우 저 입력 80 에서 nginx 가 시작 되 었 음 을 볼 수 있 습 니 다 http://127.0.0.1.
nginx 환경 변수 설정
nginx 를 조작 할 때마다 Welcome to nginx! 디 렉 터 리 에 들 어가 야 합 니 다. 너무 번 거 롭 기 때문에 nginx 환경 변 수 를 설정 하여 해결 할 수 있 습 니 다. 다음 설정 을 통 해 실행 할 수 있 습 니 다.
vim /etc/profile

환경 설정 파일 열기,
HGINX_HOME=/usr/local/nginx/sbin
PATH=$PATH:$HGINX_HOME:
export PATH

수정 후 실행 /usr/local/nginx/sbin 은 설정 이 적 용 됩 니 다.
마지막 으로 nginx 를 설치 하 는 데 필요 한 모든 라 이브 러 리 를 첨부 합 니 다. nginx 를 컴 파일 하여 잘못 보고 한 경우 다음 라 이브 러 리 를 확인 하 십시오.
yum install gcc 
yum install gcc-c++
yum install pcre pcre-devel
yum install zlib zlib-devel
yum install openssl openssl-devel

nginx 상용 명령 참조:http://www.jb51.net/article/47750.htm
= = 모 바 일 QQ 아래 QR 코드 스 캔, 빠 른 자바 구조 사 커 뮤 니 케 이 션 그룹 가입 = =

좋은 웹페이지 즐겨찾기