Hi,

using 0.4rc1 with chroot, apache gives me a warning that the virtual
hosts DocumentRoot does not exist.

<Processor test1>
  User user1
  Group group1
  Chroot /home/jail
</Processor>

<VirtualHost *:80>
    <IfModule peruser.c>
        ServerEnvironment test1
    </IfModule>
    DocumentRoot /var/www/test1/html
    ServerName test1
</VirtualHost

So after chroot the DocumentRoot actually becomes
/home/jail/var/www/test1/html and everything works fine (documents are
served by apache etc..)
but when I start/restart apache it looks for /var/www/test1/html
outside the chroot and warns that it does not exist.
_______________________________________________
Peruser mailing list
[email protected]
http://www.telana.com/mailman/listinfo/peruser

Reply via email to