K 10 svn:author V 4 ache K 8 svn:date V 27 2013-01-02T02:12:16.841528Z K 7 svn:log V 332 Use LockFile "/var/run/accept.lock" instead of previous LockFile "/var/log/accept.lock" If system is crashed and rebooted, Apache refuses to start in case /var/log/accept.lock. is found. That is almost always the same due to minimum pid variance right after boot. So use /var/run instead, which is cleaned on each boot. END