Re: apache on mandrake 9.1 error 403 forbidden / access?


Subject: Re: apache on mandrake 9.1 error 403 forbidden / access?
From: Jon Reynolds (jonr@ninestar.com)
Date: Wed Jun 25 2003 - 14:08:15 AKDT


> NameVirtualHost *
>
> <VirtualHost *>
> DocumentRoot /var/www/www.moe.com
> ServerName www.moe.com
> ServerAdmin webmaster@moe.com
> </VirtualHost>
>
> <VirtualHost *>
> DocumentRoot /var/www/www.curly.net
> ServerName www.curly.net
> ServerAdmin webmaster@curly.net
> </VirtualHost>
>
> <VirtualHost _default_:*>
> DocumentRoot /var/www/html
> </VirtualHost>
 
Are those folders that hold the websites in documentroot? I have
basically the same setup and I have both websites in seperate
directories with their own index.html file. It seems that you have told
apache that both websites are located in the same place, is that
correct? Also, I don't have that last <VirtualHost _default_:*>
directive in my httpd.conf file.

Hope that helps,

Jon

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Wed Jun 25 2003 - 14:37:21 AKDT