From owner-freebsd-isp Fri Aug 14 20:01:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07435 for freebsd-isp-outgoing; Fri, 14 Aug 1998 20:01:45 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mail.westbend.net (ns1.westbend.net [207.217.224.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07430 for ; Fri, 14 Aug 1998 20:01:43 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [207.217.224.195]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id WAA09336; Fri, 14 Aug 1998 22:01:12 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <006301bdc7f8$d5d89640$c3e0d9cf@westbend.net> From: "Scot W. Hetzel" To: Cc: Subject: Re: Is this a known Apache problem? Date: Fri, 14 Aug 1998 22:00:18 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0518.4 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0518.4 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: >Hi, > >Could someone tell me why the following two lines in a definition of a >virtual host would not work as I would expect them to work: > >Alias / /home/htmldir Why are you using an alias for the virtual webroot, all you need to use is: : DocumentRoot /home/htmldir : Don't know why it does it, but you really shouldn't be using a Alias for the virtual webroot. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message