nginx 설치 경로 및 설치 작업 명령 찾기

3133 단어
1. nginx 설치 디 렉 터 리 보기
입력 명령
# ps  -ef | grep nginx
설치 디 렉 터 리 포함 결과 되 돌려 주기
root      2662     1  0 07:12 ?        00:00:00 nginx: master process /usr/sbin/nginx
2. nginx. conf 프로필 디 렉 터 리 보기
입력 명령
# nginx -t

            

nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
3. nginx 서비스 시작
[root@localhost ~]# nginx 설치 디 렉 터 리 - c nginx. conf 설정 파일 디 렉 터 리
인자 '- c' 는 설정 파일 의 경 로 를 지정 합 니 다. '- c' 인 자 를 추가 하지 않 으 면 Nginx 는 설치 디 렉 터 리 의 conf 하위 디 렉 터 리 에 있 는 nginx. conf 파일 을 기본적으로 불 러 옵 니 다.
 
 
 
 
nginx 설치 경로 및 설치 작업 명령 찾기
Linux 환경 에서 Nginx 가 그 config 파일 로 시작 되 었 는 지 어떻게 확인 합 니까?  [root@localhost~] \ ps - ef | grep nginx root 21196 1 0 23: 40? 00: 00 nginx: master process / usr / sbin / nginx - c / etc / nginx / nginx. conf nginx 21197 21196 0 23: 40?[root@localhost~] \ # find / | grep nginx. conf / etc / nginx / conf. d / etc / nginx / conf. d / example ssl. conf / etc / nginx / conf. d / default. confroot@localhost ~]\ # netstat - tnlp | grep nginx tcp 0 0.0.0.0: 80 0.0.0.0: * LISTEN 21196 / nginx: master 그리고 한 줄 의 기록 을 보고 마지막 데이터 (프로 세 스 ID) ps - aux | grep 프로 세 스 ID 를 복사 하면 nginx 의 시작 방식 을 볼 수 있 습 니 다. [root@localhost ~]# ps -aux |grep 21196 root 21196 0.0 0.0 48044 924 ? Ss 23:40 0:00 nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf root 21204 0.0 0.2 112648 2320 pts/0 S+ 23:45 0:00 grep --color=auto 21196
서버 에 설 치 된 nginx 버 전 번 호 를 봅 니 다. 주로 ngix 의 - v 또는 - V 옵션 리 눅 스 를 통 해 Nginx 설치 디 렉 터 리, 버 전 번호 정 보 를 봅 니까? - v 는 nginx 버 전 을 표시 합 니 다. - V 는 nginx 버 전, 컴 파일 러 버 전, 설정 파 라미 터 를 표시 합 니 다. [root@localhost ~]# /usr/sbin/nginx -v nginx version: nginx/1.8.0
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = linux 시스템 버 전 명령 보기 [root@localhost ~]# cat /proc/version Linux version 4.1.5-x86_64-linode61 (maker@build) (gcc version 4.7.2 (Debian 4.7.2-5) ) #7 SMP Mon Aug 24 13:46:31 EDT 2015 [root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.0.1406 (Core)
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
CentOS 에 nginx: centos 7 시스템 라 이브 러 리 를 설치 할 때 기본적으로 nginx rpm 패키지 가 없 기 때문에 rpm 의존 라 이브 러 리 를 먼저 업데이트 해 야 합 니 다 (1)yum 을 사용 하여 nginx 를 설치 하려 면 Nginx 라 이브 러 리 를 포함 하고 Nginx 라 이브 러 리 rpm - ivh 를 설치 해 야 합 니 다.http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm rpm 패키지 의 설치: 1. 가방 을 설치 합 니 다 \ # rpm - ivh 2. 가방 을 업그레이드 합 니 다. 설치 되 지 않 은 것 은 업그레이드 명령 을 사용 할 수 없습니다 \ # rpm - Uvh 3. 가방 을 옮 깁 니 다 \ # rpm - e
설치 준 비 는 lib 라 이브 러 리 yum install gcc - c + pcre pcr - devel zlib zlib - devel openssl openssl - devel 에 의존 합 니 다.
(2) 아래 명령 으로 nginx \ # yum install nginx 설치
(3) Nginx \ # service nginx start 또는 \ # systemctl start nginx. service 시작 (4) nginx service nginx restart 다시 시작
원본 링크:https://www.cnblogs.com/zdz8207/p/CentOS-nginx-yum.html
다음으로 전송:https://www.cnblogs.com/qianjilou/p/9550639.html

좋은 웹페이지 즐겨찾기