[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Weird apache2 issue



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 <mfidelman@meetinghouse.net> wrote:
Justin Hartman wrote:
> On 3/21/07, Thomas Jollans <thomas@jollans.com> 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 debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org




--
Regards
Justin Hartman
PGP Key ID: 102CC123



Reply to: