nginx: [error] invalid PID number in nginx. pid 의 해결 방법

1293 단어
nginx 설정 파일 을 수정 한 후 다시 시작 할 때 나타 납 니 다. 이 알림:nginx: [error] invalid PID number " in "/tmp/nginx.pid"
파일 / tmp / ngix. pid 에서 유효한 PID (프로 세 스 ID) 를 찾 을 수 없다 는 뜻 입 니 다.해결 방법 은 kill 에서 nginx 메 인 프로 세 스 를 제거 하고 nginx 를 시작 하 는 것 입 니 다.재 부팅 하기 전에 설정 파일 이 올 바른 지 확인 하고 다시 시작 하 는 데 문제 가 없습니다 nginx -t
nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful

nginx 의 모든 프로 세 스 끄 기killall nginx
다시 시작 nginxnginx
두 번 째 방법
먼저 실행 해 야 합 니 다.
  • nginx -c /etc/nginx/nginx.conf
  • nginx. conf 파일 의 경 로 는 nginx - t 의 반환 에서 찾 을 수 있 습 니 다.
  • nginx -s reload
  • 좋은 웹페이지 즐겨찾기