Last week my local Apache stopped working with no messages in error.log...
Checking system.log I see this:
com.apple.xpd.launchd: (org.apache.httpd) Service only ran for 0 seconds. Pushing respawn out every 10 seconds.
After some googling I ran sudo /usr/sbin/httpd -k start -e Debug -E /dev/stdout
This gives me a list of loaded modules followed by a message about httpd already running:
...
[Wed Sep 30 22:01:04.344972 2015] [so:debug] [pid 8657] mod_so.c(266): AH01575: loaded module alias_module from /usr/libexec/apache2/mod_alias.so
[Wed Sep 30 22:01:04.345183 2015] [so:debug] [pid 8657] mod_so.c(266): AH01575: loaded module hfs_apple_module from /usr/libexec/apache2/mod_hfs_apple.so
httpd (pid 80) already running
I get the same result even if I first run sudo apachectl stop
Running ps aux | grep [h]ttpd
shows that httpd is not running.
Help appreciated!