Linux
Linux 아파치 재시작 에러 : Address already in use
엘로드넷
2015. 7. 8. 10:15
아파치 재시작시 아래와 같은 에러문구가 나올 때
(98)Address alreday in use: make_sock: could not bind to address[::]:80
1. 80 포트 사용중인 프로세스 확인
#netstat -nlp | grep :80
2. 프로세스 죽이기
#kill -9 724
3. 아파치 재시작