(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Action 'start' failed.
no listening sockets available, shutting down
Unable to open logs
Action 'start' failed.
The Apache error log may have more information.
아파치를 다시 실행을 시키면 위와 같은 에러 메시지를 뱉어 낸다...
아파치 데몬이 아직 살아 있기 때문이라고 다른 사람들이 그런다...
해결 방법은::?
netstat -nlp
를 통해서 80포트를 사용하고 있는 프로세스의 PID를 찾아서 죽여주면 된다 .ㅋ
kill -PID번호 PID
이렇겧하면 실행이 ㅎ된다. ㅎ
를 통해서 80포트를 사용하고 있는 프로세스의 PID를 찾아서 죽여주면 된다 .ㅋ
kill -PID번호 PID
이렇겧하면 실행이 ㅎ된다. ㅎ
'-컴퓨터 지식 창고- > Linux' 카테고리의 다른 글
ddd (0) | 2012.12.06 |
---|---|
/etc/resolv.conf 초기화 문제;.;;; (0) | 2012.01.19 |
우분투에서 useradd 와 adduser의 차이!!!! (0) | 2011.10.22 |
우분투에서 고정 ip로 설정하는 방법 (0) | 2011.09.23 |
계정 추가하는 방법 (0) | 2011.07.12 |