It might not be because of the Virtual Host problem. can u try this. Please check the directory directive in your httpd.conf, there should be some thing like this. IF not add this, it might the reason for the error you are getting.
<Directory /mnt/vol1/www/legionofmary> Order allow,deny allow from all, deny from none, </Directory> hth, shuklix On Fri, Apr 05, 2002 at 12:02:00PM +0100, Kevin Saenz wrote: > > > The browser error is... > > You don't have permission to access / on this server. > > > > httpd.conf says... > > <VirtualHost 203.35.247.10> > > DocumentRoot /mnt/vol1/www/legionofmary > > ServerName www.legionofmary.org.au > > DirectoryIndex index.html > > UserDir /mnt/vol1/www/legionofmary > > </VirtualHost> > > > > does not seem to matter what permissions on the directory i have. > > currently with drwxrwxrwx nobody nogroup. (i know this is way open) > > have changed owner to apache and root and a user. still no luck. > > > I know what you mean but I would suggest that you don't do that > type of test. Especially if apache is running as user and group nobody. > what does your logs say. I would check the error logs for apache > because they will help. > If you can't solve or understand the errorlogs shoot some of them > to slug and we'll see what we can do make sure you get rid of the > juicy information :) > > > > -- > SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ > More Info: http://lists.slug.org.au/listinfo/slug -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
