Re: Problem with validator (500 EOF)

* Nick Kew wrote:
>I just asked Martin on IRC - he tried it from a shell
>(among other things).
>
><MJDuerst> duerst@validator:~$ telnet fps.boomtown.net 80
><MJDuerst> Trying 62.243.74.242...
><MJDuerst> Connected to boomtown.net.
><MJDuerst> Escape character is '^]'.
><MJDuerst> GET /da_dk/ HTTP/1.0
><MJDuerst> HTTP/1.1 200 OK
><MJDuerst> Date: Mon, 24 Feb 2003 19:59:42 GMT
><MJDuerst> Server: Apache/1.3.27 (Unix) PHP/4.3.0
><MJDuerst> X-Powered-By: PHP/4.3.0
><MJDuerst> X-Accelerated-By: PHPA/1.3.3r2
><MJDuerst> Connection: close
><MJDuerst> Content-Type: text/html
><MJDuerst> Connection closed by foreign host.

This tests http://62.243.74.242/da_dk/ which does work from
validator.w3.org. The correct request would be

  GET /da_dk/ HTTP/1.1
  Connection: close
  Host: fps.boomtown.net:80
  User-Agent: W3C_Validator/1.305.2.12 libwww-perl/5.64

Received on Monday, 24 February 2003 15:55:07 UTC