(98)Address already in use: make_sock: could not bind to address 127.0.0.1:80 2003/08/25
You have to kill the process which is still running.
You will find out which process is running with:
ps -ax| grep apache
The all apach processes will appear.
then type:
kill -9 [PID]
[PID] is the very left colums of the process table.
Good Luck!
Matti
You have to kill the process which is still running.
You will find out which process is running with:
ps -ax| grep apache
The all apach processes will appear.
then type:
kill -9 [PID]
[PID] is the very left colums of the process table.
Good Luck!
Matti
'StoreHouse > Server' 카테고리의 다른 글
RedHat 커맨드라인상 이메일 확인 (0) | 2004.12.10 |
---|---|
RedHat sendmail 의 필터링방법 (0) | 2004.12.10 |
RedHat netstat 옵션 (0) | 2004.12.10 |
RedHat 소빅F 샌드메일 필터링 (0) | 2004.12.10 |
RedHat 프락메일(Procmail)를 이용한 E-mail 보안 (0) | 2004.12.10 |