nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) Error
시스템운영/Nginx2019. 4. 24. 06:30
반응형
■ Nginx 오류 메시지
* Starting Nginx erver...
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] still could not bind()
■ Nginx 오류 해결방법(선택)
# sudo fuser -k 80/tcp (80포트를 사용하는 프로세서 강제로 죽임)
또는 Nginx 서비스가 이미 실행되어 있거나 (정상적으로 종료되지 않는 경우 또는 80 포트로 사용중인 다른서비스(apache 같은) 실행중일 가능성이 있음으로 상황에 맞게 잘 확인할것!
반응형
'시스템운영 > Nginx' 카테고리의 다른 글
SSL 인증서 pfx -> pem 변환 (0) | 2020.12.17 |
---|---|
[warn] conflicting server name "server_tokens" on 0.0.0.0:443, ignored (0) | 2020.12.08 |
nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/default.conf: 오류 해결방법 (0) | 2020.05.27 |
nginx 버전 선택하여 설치하기(yum 명령어 사용) (0) | 2019.10.09 |
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) Error (0) | 2019.04.24 |
Nginx SSL_do_handshake() failed (SSL: error:1417D18C:SSL routines:tls_process_client_hello:version too low) while SSL handshaking (0) | 2019.03.05 |
Nginx SSL 연결 오류 : \x16\x03\x01\x00\x87\x01\x00\x00\ (0) | 2019.02.27 |
Nginx Let's encrypt 설정하기 : CentOS 7.5 환경 (0) | 2019.02.27 |
nginx 버전 정보 숨기기 (0) | 2013.07.04 |
댓글()