Re: Sections in Apache Config

2001-05-08 Thread will trillich
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\

Re: Sections in Apache Config

2001-05-08 Thread Philippe M \. Chiasson
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.

RE: Sections in Apache Config

2001-05-08 Thread Jonathan Hilgeman
$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

Re: Sections in Apache Config

2001-05-07 Thread Brian Burke
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

Sections in Apache Config

2001-05-07 Thread Jonathan Hilgeman
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