nginx 조작 총화

2171 단어 nginx
최근 대형 인터넷 온라인 교육 시스템 을 운영 하 며 ngnix 를 역방향 대리 로 하여 정동 분 리 를 했다.nginx 기능 이 강하 고 주요 장점 은 메모리 소모 가 적 으 며 처리 가 높 고 병행 능력 이 강하 다 는 것 이다.
1. nginx 를 시작 하여 ngnix 와 디 렉 터 리 를 찾 고 명령 을 실행 합 니 다: nginx
2. 실행 중인 nginx 서버 를 닫 고 명령 실행: nginx - s stop 
nginx 명령 매개 변수 설명
# /usr/local/nginx/sbin/nginx -hnginx version: nginx/0.7.63Usage: nginx [-?hvVt] [-s signal] [-c filename] [-p prefix] [-g directives]
Options:-?,-h : this help-v : show version and exit-V : show version and configure options then exit-t : test configuration and exit-s signal : send signal to a master process: stop, quit, reopen, reload -p prefix : set prefix path (default: /usr/local/nginx/)-c filename : set configuration file (default: conf/nginx.conf)-g directives : set global directives out of configuration file
3. nginx 다시 시작, 명령: nginx - s reload
4. nginx 실행 보기, 명령:
ps                     ,                   /         ,           ,     ps   。
-ef          
-e       。
-f    。

    ps -ef|grep nginx  
root      1710     1  0 Feb27 ?        00:00:00 nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf
apache    1711  1710  0 Feb27 ?        00:04:15 nginx: worker process           
apache    1712  1710  0 Feb27 ?        00:04:09 nginx: worker process           
apache    1713  1710  0 Feb27 ?        00:04:37 nginx: worker process           
apache    1714  1710  0 Feb27 ?        00:04:33 nginx: worker process           
apache    1715  1710  0 Feb27 ?        00:04:10 nginx: worker process           
apache    1717  1710  0 Feb27 ?        00:04:20 nginx: worker process           
apache    1718  1710  0 Feb27 ?        00:04:28 nginx: worker process           
apache    1719  1710  0 Feb27 ?        00:04:32 nginx: worker process           
apache    1720  1710  0 Feb27 ?        00:04:19 nginx: worker process           
apache    1721  1710  0 Feb27 ?        00:04:32 nginx: worker process           
101      13590 12973  0 15:10 pts/0    00:00:00 grep nginx

 nginx 의 병렬 프로 세 스 를 보 여 줍 니 다.
 

좋은 웹페이지 즐겨찾기