Apache Question

Bob Stocker bstocker at bloodtip.org
Wed Jun 19 01:16:17 CDT 2002


On Tue, 2002-06-18 at 19:33, Jonathan Hutchins wrote:
> Trying to build a webserver for multiple domains, and did a default RH7.2
> install.  RH has partitioned most of the free space to /home, so I'm trying
> to point the DocumentRoot for each VirtualServer there.  Although
> permissions look ok, and I've followed the directions on allowing access
> through the httpd.conf file, Apache is rewriting the request to "/" and
> giving me a 403.  

Did you define an IP address for your virtual hosts with the
NameVirtualHost directive?  An example from your httpd.conf would be
helpful.

> 
> I went back to the default config file, and then linked the /var/www/html
> directory to point to /home/DOMAIN/www, and still get 403...
>

Sounds like the FollowSymlinks option is not turned on in <Directory />
for your main configuration.
 
> I checked for the <File ~> error and it's not present.
> 
> Help!
> 

--Bob




More information about the Kclug mailing list