From owner-freebsd-isp Sun Dec 5 16: 0:35 1999 Delivered-To: freebsd-isp@freebsd.org Received: from dns.sonntag.org (dns.sonntag.org [216.140.186.114]) by hub.freebsd.org (Postfix) with ESMTP id 03A9D14CFF for ; Sun, 5 Dec 1999 16:00:32 -0800 (PST) (envelope-from aaron@sonntag.org) Received: from aaron (cs2744-250.austin.rr.com [24.27.44.250]) by dns.sonntag.org (8.9.3/8.9.3) with SMTP id SAA01573 for ; Sun, 5 Dec 1999 18:00:41 -0600 (CST) (envelope-from aaron@sonntag.org) From: "Aaron Sonntag" To: Subject: apache vhost question Date: Sun, 5 Dec 1999 18:18:25 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 In-Reply-To: Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org When I goto the following VHOST I have no problems www.terraneclipse.com 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/ 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 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/ [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