> Ick: those are pre-HTTP-1.0 requests, as they lack a protocol and
> version identifier.  What relayd actually sends is a HEAD request with
> protocol HTTP/1.0.  You don't specify a hostname in your config, so it
> doesn't send a Host: header field.  Try those again using something
> like:
>   printf "HEAD / HTTP/1.0\r\n\r\n" | nc 192.168.4.76 80

Did exactly what you said :

# printf "HEAD / HTTP/1.0\r\n\r\n" | nc 192.168.4.76 80
HTTP/1.1 200 OK
Date: Mon, 27 Oct 2008 10:51:32 GMT
Server: Apache/2.2.8 (Ubuntu)
Last-Modified: Wed, 01 Oct 2008 20:01:13 GMT
ETag: "1bd35-34-458368fed1440"
Accept-Ranges: bytes
Content-Length: 52
Connection: close
Content-Type: text/html

uday

Reply via email to