Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Dec 1999 19:23:09 -0500 (EST)
From:      <up@3.am>
To:        Aaron Sonntag <aaron@sonntag.org>
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: apache vhost question
Message-ID:  <Pine.BSF.4.10.9912051922250.7715-100000@richard2.pil.net>
In-Reply-To: <NDBBIMDNELEBLKLCAJPKAEIBCNAA.aaron@sonntag.org>

next in thread | previous in thread | raw e-mail | index | archive | help

It looks like you don't have an index.html page in ~tec_www/public_html

On Sun, 5 Dec 1999, Aaron Sonntag wrote:

> When I goto the following VHOST I have no problems
> www.terraneclipse.com
> <VirtualHost 216.140.186.114>
>         	ServerName www.terraneclipse.com
>         	ServerAdmin hostmaster@sonntag.org
>         	DocumentRoot /home/tec_www/public_html
>         	CustomLog /home/tec_www/logs/access_log common
>         	ErrorLog /home/tec_www/logs/error_log
>         	ScriptLog /home/tec_www/logs/script_log
>         	TransferLog /home/tec_www/logs/transfer_log
>         	ScriptAlias /cgi-bin/ /home/tec_www/cgi-bin/
> </VirtualHost>
> but when I goto another VHOST that I want to use the same directories as the
> .com version I get the error below
> www.terraneclipse.net
> <VirtualHost 216.140.186.114>
>        	 ServerName *.terraneclipse.net
>         	ServerAdmin hostmaster@sonntag.org
>        	 DocumentRoot /home/tec_www/public_html
>         	CustomLog /home/tec_www/logs/access_log common
>         	ErrorLog /home/tec_www/logs/error_log
>        	 ScriptLog /home/tec_www/logs/script_log
>         	TransferLog /home/tec_www/logs/transfer_log
>         	ScriptAlias /cgi-bin/ /home/tec_www/cgi-bin/
> </VirtualHost>
> [error]
> Forbidden
> You don't have permission to access / on this server.
> 
> Apache/1.3.9 Server at www.sonntag.org Port 80
> [error]
> 
> any ideas?
> Thank you,
> Aaron
> 
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-isp" in the body of the message
> 

James Smallacombe		      PlantageNet, Inc. CEO and Janitor
up@3.am							    http://3.am
=========================================================================
ISPF 3 - The Forum for ISPs by ISPs(tm)  ||  Nov 15-17, 1999, New Orleans
3 days of clues, news, and views from the industry's best and brightest.
     Visit <http://www.ispf.com/>; for information and registration.
=========================================================================



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9912051922250.7715-100000>