Re: [us...@httpd] dynamic/mass virtual hosts with www.* alias and localhost...

2009-05-08 Thread Rainer Frey
On Thursday 07 May 2009 16:08:01 wayne wrote: > ahoy, > also, once dynamic/mass virtual hosting is enabled, i can no longer > access the "default" site of localhost or 127.0.0.1. i have tried to > use a VirtualHost directive to setup a default host (i.e. localhost), > but with no luck. > >

Re: [us...@httpd] dynamic/mass virtual hosts with www.* alias and localhost...

2009-05-07 Thread wayne
On Thu, 2009-05-07 at 10:19 -0400, Eric Covener wrote: > On Thu, May 7, 2009 at 10:08 AM, wayne wrote: > > ahoy, > > > > this is the first problem: unless i create a link with > > > "www.example1.org" to the "example1.org" directory of sites, apache will > > only server requests to example1.o

Re: [us...@httpd] dynamic/mass virtual hosts with www.* alias and localhost...

2009-05-07 Thread Eric Covener
On Thu, May 7, 2009 at 10:08 AM, wayne wrote: > ahoy, > >     this is the first problem: unless i create a link with > "www.example1.org" to the "example1.org" directory of sites, apache will > only server requests to example1.org, not www.example1.org .  thus, i am > trying to setup some directi

Re: [us...@httpd] dynamic/mass virtual hosts with www.* alias and localhost...

2009-05-07 Thread wayne
ahoy, first, thanks for the reply. i apologize for the confusion of my question. i will try to clarify and address the issues in-line and below. what i am trying to do is use apache's dynamic/mass virtual host in the following manner: to add a host, i would like to simply: 1. create a

Re: [us...@httpd] dynamic/mass virtual hosts with www.* alias and localhost...

2009-05-06 Thread Rainer Frey
Hi, actually your description of you want to achieve, and what already works is a bit confusing. Do you want to serve the dynamic hosts only, or do you have an additional default site? More comments inline. On Wednesday 06 May 2009 04:04:39 wayne wrote: > enable mass/dynamic virtual hosts,

[us...@httpd] dynamic/mass virtual hosts with www.* alias and localhost...

2009-05-05 Thread wayne
ahoy all, i have been trying/searching/etc unsuccessfully to do the following (what i believe to be) simple task: enable mass/dynamic virtual hosts, allowing each virtual host to be accessed via example.com AND www.example.com, without creating a VirtualHost directive for each host.