httpd dead but subsys locked
- by McShark
Hello,
I modified today max_execution_time in php.ini, when I restarted the server, I get this error :
Stopping httpd: [FAILED]
Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80
(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 killed httpd proc : killall httpd, and started it fine, but the I can't open any web site on the server.
service httpd status OUTPUT :
httpd dead but subsys locked
I removed httpd file from /var/lock/subsys/
:S Same problem.
Please Help!