brianlange Posted January 24, 2011 Share Posted January 24, 2011 When I attempt to restart apache on centos with the command /etc/init.d/httpd restart I get the error "no listening sockets available" "Unable to open logs" and apache fails to restart. How can I troubleshoot this? When I do ps -aux there are several processes owned by apache. Quote Link to comment https://forums.phpfreaks.com/topic/225555-no-listening-sockets-available-unable-to-open-logs/ Share on other sites More sharing options...
trq Posted January 25, 2011 Share Posted January 25, 2011 Sounds like you might not have permission to execute the init script. Try using sudo /etc/init.d/httpd restart Quote Link to comment https://forums.phpfreaks.com/topic/225555-no-listening-sockets-available-unable-to-open-logs/#findComment-1164817 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.