오류해결 | Apache 재시작시 (98)Address already in use: make_sock:could not bind to ad…
작성자

0.0.0.0:80 즉, 80을 통한 소켓 연결이 불가능하다는 에러 내용
이럴 때는 80을 잡고 있는 프로세스를  kill 하여야 한다

netstat -anp | grep 80
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      100/httpd

위와 같이 80에 해당하는 프로세스를 찾아서 안보일때 까지 kill 

 kill -9 100 

80을 잡고 있는 프로세스가 또 있을 수 있기 때문에,
kill 후 netstat로 재확인하여서 80을 잡고 있는 프로세스를 위와 같은 방법으로 모두 kill한다   

그런 후, Apache 재시작 !!

 

댓글목록

등록된 댓글이 없습니다.

총 게시물 18 개, 페이지 1 RSS
제목 작성자
오류해결 Strict Standards: Assigning the return value of new by reference is deprecated in /home/goodbook/pub… H
오류해결 array_keys() [function.array-keys]: The first argument should be an array in H
오류해결 phpize 실행 Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF enviro… H
오류해결 [phpmyadmin]mysqli 확장모듈을 불러올 수 없습니다.<br />PHP 환경설정을 검사하십시오 H
오류해결 Apache 재시작시 (98)Address already in use: make_sock:could not bind to address 0.0.0.0:80 H
오류해결 httpd: Syntax error on line 106 of /usr/local/server/apache/conf/httpd.conf: Cannot load /usr/local/… H
오류해결 apachectl start시 httpd: apr_sockaddr_info_get() failed for 123-123-123-123.youiwe.co.kr 오류해결 H
오류해결 아파치가 정상적으로 작동하는데 페이지가 열리지 않는 경우 H
오류해결 ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (… H
오류해결 Field 'name' doesn't have a default value 오류해결 H
오류해결 php 5.4이상 로그인이 정상적으로 되지 않거나 홈페이지가 정상적으로 보이지 않는 경우 H
오류해결 cannot find sfc.dll plese re-install this application 오류해결 H
오류해결 Cannot start session without errors, please check errors given in your PHP and/or webserver log file… H
오류해결 Warning Cannot modify header information 오류해결 H
오류해결 ERROR 1040 (08004): Too many connections H
게시물 검색