Web Hosting Talk







View Full Version : client sent HTTP/1.1 request without hostname


curiousman
11-27-2006, 09:59 AM
HI,

I got this error on my httpd error log..

[error] [client 141.156.155.140] client sent HTTP/1.1 request without hostname (see RFC2616 sectio$

What does it means? Anyone can advice?

thanks

zoid
11-27-2006, 10:42 AM
By using version 1.1 of HTTP the client is required to send a header field named "Host" which indicates the virtual host the request is aimed at.

In your case the client didnt do that.

curiousman
11-27-2006, 11:22 AM
So is nothing to worry about? thanks

zoid
11-27-2006, 11:53 AM
Yes, absolutely nothing.