Re: [mod-security-users] questions about chrooting
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2004-11-01 16:38:57
|
posorio7 wrote: > Thanks for your help, I managed to get apache running in jail. Now my > problem is with my account files for the websites. It's looking for > them in /chroot/apache/home/[username]/public_html. I tried doing a > symlink from /chroot/apache/home to the real /home and when I loaded > up my sites it game me a 403 forbidden error. It finds the files but > does not have access to them. What can I do to correct this? I don't think it finds the files because it is not possible to create symbolic links that would go outside the jail. Perhaps the message is because of incorrect permissions of /home, or something like that. You'll have to put the account files into the jail in order for Apache to be able to reach them. -- ModSecurity (http://www.modsecurity.org) [ Open source IDS for Web applications ] |