Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 1998 22:00:18 -0500
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        <jivko@ijs.com>
Cc:        <freebsd-isp@FreeBSD.ORG>
Subject:   Re: Is this a known Apache problem?
Message-ID:  <006301bdc7f8$d5d89640$c3e0d9cf@westbend.net>

next in thread | raw e-mail | index | archive | help
From: <jivko@ijs.com>
>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:

<VirtualHost vir1.domain.com>
:
DocumentRoot /home/htmldir
:
</VirtualHost>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?006301bdc7f8$d5d89640$c3e0d9cf>