Hello, I got this error and httpd stop working, could anybody help me please "httpd not running, trying to start (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" I'm really frustated now, please help me. Thanks, Asep
The apache must be getting started with the ownerhip of user other than Root. Was something changed in httpd.conf? If you want, we can fix this for you. PM me
If you are on Linux plateform, try following command: killall -9 httpd And then start Apache. Kailash
some process is using 80-th port already. It can be apache... Post output of following command here: netstat -l --numeric-ports -p | grep :80