Re: [mod-security-users] Mutex errors in chroot Apache
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2006-03-30 08:02:53
|
Skye Poier wrote: > Hi, thanks for mod_security!!!! Made chrooting my Apache2 relatively easy. > > However I'm getting a lot of these in my httpd-error.log > > [Wed Mar 29 22:52:29 2006] [notice] mod_security: chroot checkpoint #1 (pid=1599 > ppid=1594) > [Wed Mar 29 22:52:29 2006] [notice] mod_security/1.9.2 configured > [Wed Mar 29 22:52:29 2006] [notice] mod_security: chroot checkpoint #2 (pid=1600 > ppid=1) > [Wed Mar 29 22:52:29 2006] [notice] mod_security: chroot successful, path=/home > [Wed Mar 29 22:52:29 2006] [crit] (2)No such file or directory: mod_rewrite: > could not init rewrite log lock in child You've probably left the mod_rewrite log outside the jail and mod_rewrite does not like that. Move it back in. -- Ivan Ristic, Technical Director Thinking Stone, http://www.thinkingstone.com ModSecurity: Open source Web Application Firewall Apache Security (O'Reilly): http://www.apachesecurity.net |