Problems Accessing apache2 (win) server via LongIP

I found something strange with my home webserver which runs Apache2. Aparently, I can access it via my regular dotted ip, but when I try to access it via longip, it throws back a "400 - Bad Request - Your browser sent a request that this server could not understand." error. According to error_log...

[Fri Dec 02 03:14:34 2005] [error] [client 68.79.98.35] Client sent malformed Host header

here's the full header as told my the firefox Live HTTP Headers plugin:

Code:
GET / HTTP/1.1
Host: 1146053155
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 800
Connection: keep-alive

HTTP/1.x 400 Bad Request
Transfer-Encoding: chunked
Date: Fri, 02 Dec 2005 08:15:08 GMT
Server: Apache/2.0.54 (Win32) PHP/5.0.4
--------------: ---
Connection: close
Content-Type: text/html; charset=iso-8859-1
----------------------------------------------------------
Anybody know why it's doing that?

 

 

 

 

Top