On Mon, May 07, 2001 at 09:32:23PM -0400, Philippe M . Chiasson wrote:
> On Mon, May 07, 2001 at 05:35:57PM -0700, Jonathan Hilgeman wrote:
> > I've been trying to do this for some time but can't figure out how.
> >
> > UseCanonicalName Off
> >
> > if($HTTP_HOST =~ s/(?:www\
On Mon, May 07, 2001 at 05:35:57PM -0700, Jonathan Hilgeman wrote:
> Hi,
> I've been trying to do this for some time but can't figure out how.
> Basically I want a setup where anyone at www.UserName.domain.com or
> UserName.domain.com will have their DocumentRoot set to
> /www/httpd/html/UserName.
$UserName)
{
$VirtualHost = .
}
Can someone give me a good example of how to do that?
Thanks!
Jonathan
-Original Message-
From: Jonathan Hilgeman [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 07, 2001 5:36 PM
To: '[EMAIL PROTECTED]'
Subject: Sections i
lt;[EMAIL PROTECTED]>
Sent: Monday, May 07, 2001 8:35 PM
Subject: Sections in Apache Config
> Hi,
> I've been trying to do this for some time but can't figure out how.
> Basically I want a setup where anyone at www.UserName.domain.com or
> UserName.domain.com will have their Do
Hi,
I've been trying to do this for some time but can't figure out how.
Basically I want a setup where anyone at www.UserName.domain.com or
UserName.domain.com will have their DocumentRoot set to
/www/httpd/html/UserName. So far I've tried this:
UseCanonicalName Off