[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Serving Documents, Aliased directories, symlinks



At 09:19 AM 11/1/2004 -0600, D. Martin wrote:
>Hello all,
>
>I am trying to sort out the manner in which the virtual server accounts
>I have elsewhere map /home/myacct to /var/www/htdocs/myacct

See the previous discussions on httpd chroot. You cannot access 
/home/myacct with Apache when running chroot'd - you will need to either 1) 
Move the Apache chroot; or 2) Move your virtual hosts under /var/www.

         Lee