Re: Weird apache2 issue

2007-03-21 Thread Justin Hartman
OK it was an easy fix... in my default conf file I had this configured: NameVirtualHost 1.2.3.4:80 I changed it to this: NameVirtualHost *:80 An now the problem is gone...! On 3/21/07, Miles Fidelman <[EMAIL PROTECTED]> wrote: Justin Hartman wrote: > On 3/21/07, Thomas Jollans <[EMAIL PRO

Re: Weird apache2 issue

2007-03-21 Thread Miles Fidelman
Justin Hartman wrote: On 3/21/07, Thomas Jollans <[EMAIL PROTECTED]> wrote: > In setting up apache 2.2.3 with virtual hosts I have experienced > something very strange which has never happened before. name-based or IP-based virtual hosts ? It's all IP-based one obvious step: look at your acce

Re: Weird apache2 issue

2007-03-21 Thread Justin Hartman
On 3/21/07, Thomas Jollans <[EMAIL PROTECTED]> wrote: > In setting up apache 2.2.3 with virtual hosts I have experienced > something very strange which has never happened before. name-based or IP-based virtual hosts ? It's all IP-based -- Regards Justin Hartman PGP Key ID: 102CC123 -- To UNS

Re: Weird apache2 issue

2007-03-21 Thread Thomas Jollans
On Wednesday 21 March 2007 09:44, Justin Hartman wrote: > Hi all > > In setting up apache 2.2.3 with virtual hosts I have experienced > something very strange which has never happened before. name-based or IP-based virtual hosts ? > I have configured a vhost namely foo.com.conf with the path to th

Weird apache2 issue

2007-03-21 Thread Justin Hartman
Hi all In setting up apache 2.2.3 with virtual hosts I have experienced something very strange which has never happened before. I have configured a vhost namely foo.com.conf with the path to the doc root as /var/www/foo.com when i go to http://www.foo.com it works and serves the pages from /var