On Mon, Jul 02, 2012 at 05:09:36PM +0200, Wojciech Puchar wrote:
> >to "GET / HTTP/1.1").  So what's the most likely point of failure?
>       ^^^^^^^^^^^^^^
> 
> you already answered your question :)
> 
> check
> 
> 
> telnet ... 80
> GET http://fullsitename/ HTTP/1.1

Full URL is only valid for proxies. What you want to do is:

GET / HTTP/1.0
Host: fullsitename
<empty line>

Joerg
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to