본문 바로가기

StoreHouse/Server

RedHat apache 에러발생시

(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