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. 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 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
Archived
This topic is now archived and is closed to further replies.