Re: [users@httpd] Wildcard and Specific Vhosts

2011-04-19 Thread Eric Covener
> I went back and re-read the docs which do not explicitly say that the > ServerName connot be a wild card.  It says it "should" be explicit. > > Are the docs incorrect or is there something specific about this setup that > required it to be an ailias? The doc says it's a domain name / hostname wi

Re: [users@httpd] Wildcard and Specific Vhosts

2011-04-19 Thread Callum Scott
> Make this a ServerAias and set a normal ServerName -- ServerName can't > be a wildcard. > > - > The official User-To-User support forum of the Apache HTTP Server Project. > See http://httpd.apache.org/userslist.html> for more inf

Re: [users@httpd] Wildcard and Specific Vhosts

2011-04-19 Thread Eric Covener
On Tue, Apr 19, 2011 at 7:38 AM, Callum Scott wrote: > Hi All, > > I am trying to get the following to work.  www.domain.co.uk domain.com to go > to /home/somedir1 and then *.domain.com to go to /home/somedir2 however this > doesn't appear to be working as expceted.  To difirenciate I have the two

[users@httpd] Wildcard and Specific Vhosts

2011-04-19 Thread Callum Scott
Hi All, I am trying to get the following to work. www.domain.co.uk domain.com to go to /home/somedir1 and then *.domain.com to go to /home/somedir2 however this doesn't appear to be working as expceted. To difirenciate I have the two vhosts pointing to seperate logfiles and it appears that if I