Re: [mod-security-users] problem chroot/mod_security apache with mod_ssl
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2004-06-15 08:40:47
|
fwd wrote: > Hello, > > I need a little help on problem with chrooting apache via mod_security with > SecChrootdir and ssl support via mod_ssl. > > SecChrootdir /home/chroot/usr/local/apache/ I'd say you want to use "/home/chroot" here. > [Mon Jun 14 23:42:43 2004] [notice] Accept mutex: sysvsem (Default: sysvsem) > [Mon Jun 14 23:42:43 2004] [error] mod_ssl: Child could not open SSLMutex > lockfile /usr/local/apache/logs/ssl_mutex.2648 (Syst > em error follows) Yes, with the chroot path as you defined, the place mod_ssl looks for its lock file is: /home/chroot/usr/local/apache/usr/local/apache/logs/ssl_mutex.2647 and that's why it doesn't work. -- ModSecurity (http://www.modsecurity.org) [ Open source IDS for Web applications ] |