Re: [mod-security-users] chroot trouble
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2004-08-04 20:17:10
|
UpFront Technology wrote: > Hello All. > > I am having trouble using the newest release 1.8.4 chroot functionality. I > run apache in a chroot...everything is fine, about 24-48 hours later, apache > shuts down, the only error message in am getting from error_log is: > > httpd: could not open document config file /etc/httpd/conf/httpd.conf > > I am assuming that the chroot (/chroot/apache) can't read the file outside > of the chroot. Sounds right. Is there an automated script that tries to restart Apache? Apache can't restart if the configuration file is out of its reach. You either have to stop and then start it, or keep the httpd.conf inside the jail. -- ModSecurity (http://www.modsecurity.org) [ Open source IDS for Web applications ] |