Apache Virtual Server Configuration
Scott Stirling
sstirlin at gis.net
Sat Oct 23 13:12:42 EDT 1999
For starters, turn on debug level logging and look at the output in your
error and access logs. Browser messages are pretty useless for server
administration.
_________________________________--
> I have been trying to configure linux box's Apache Server to run off line
> virtual server, but I just can't get it to work the way I want it to.
> Whenever I add the DocumentRoot definition line to the virtual server
> section, I get the no permission to access error message when I try to
> access that virtual server. And if remove the DocumentRoot definition
> line, I would be redirected to the main server when I access that virtual
> server. I'm running Apache 1.3 on RH6.0. Below is my
>
> <virtualhost "192.168.1.1" >
> fancyindexing on
> serveradmin huymle at localhost
> servername www.haiau.com
> <directory "/home/huymle/htdocs">
> Options Indexes Includes FollowSymLinks
> AllowOverride None
> order allow,deny
> allow from all
> </directory>
> <directory "/">
> Options None
> AllowOverride None
> </directory>
> </virtualhost>
--
Scott Stirling
West Newton, MA
sstirlin at gis.net
http://www.gis.net/~sstirlin
-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).
More information about the Discuss
mailing list