OK it was an easy fix...
in my default conf file I had this configured:
NameVirtualHost 1.2.3.4:80
<VirtualHost 1.2.3.4:80>
I changed it to this:
NameVirtualHost *:80
<VirtualHost *: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 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 access log - see what requests it's
seeing and how it's dispatching them - that might give you some ideas
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
--
Regards
Justin Hartman
PGP Key ID: 102CC123
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]