On Jun 21, 2013, at 12:49 AM, Jeff King [off-list ref] wrote:
I'm not sure what else to look at...I guess try ratcheting up the
debugging/log level on your failing copy and see if it prints anything
useful.
I found this error in the error.log:
[Fri Jun 21 12:59:59 2013] [emerg] (2)No such file or directory: Couldn't create accept lock (/private/var/run/accept.lock.64288) (5)
Annoying that httpd returns before it tries to create the lock.
Without the IfVersion directive, it creates the lock in the ./httpd directory instead. Not sure why apache is doing that, it's very irritating.
~~ Brian