[nycbug-talk] Apache and FreeBSD

Matt Juszczak matt at atopia.net
Mon Jul 13 19:23:41 EDT 2009


> # The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
> #
> <IfModule !mpm_winnt.c>
> <IfModule !mpm_netware.c>
> #LockFile /var/log/accept.lock
> </IfModule>
> </IfModule>
>
> Is yours any different and just to double check, your /var/log is definitely 
> local, right?  I couldn't tell from your lsof, didn't see the underlying 
> device.


#
# The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
#
<IfModule !mpm_winnt_module>
<IfModule !mpm_netware_module>
LockFile "/var/log/accept.lock"
</IfModule>
</IfModule>



Mine isn't commented out, but since that's the default name anyway, or so 
I assume, I think it's ok.



More information about the talk mailing list