-------------------- % telnet www.lp.org 80 Trying 65.113.119.99... Connected to www.lp.org. Escape character is '^]'. HEAD / HTTP/1.0
HTTP/1.1 200 OK Date: Thu, 06 Nov 2003 19:58:32 GMT Server: Apache/1.3.27 (Unix) PHP/4.2.3 X-Powered-By: PHP/4.2.3 Connection: close Content-Type: text/html
Connection closed by foreign host.
-------------------- % telnet www.greenparty.org 80 Trying 209.120.182.113... Connected to www.greenparty.org. Escape character is '^]'. HEAD / HTTP/1.0
HTTP/1.1 200 OK Date: Thu, 06 Nov 2003 19:58:42 GMT Server: Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_fastcgi/2.2.12 mod_perl/1.26 PHP/4.3.3 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b Connection: close Content-Type: text/html
I presume you own the bones in your ear that vibrate when a person talks to you. Does that mean they are making use of _your_ resources without your permission?
I got the same problem. Just a 685b file. Turns out it is compressed with gzip. I was using links to view the site, and it just showed the contents of this file without decompressing it. If you grab it with wget and use gzip you can see the web pages. Maybe a newer version of links handles this better.
FUD
I can't wait until all the languages with that that acronym become extinct.
--------------------
% telnet www.lp.org 80
Trying 65.113.119.99...
Connected to www.lp.org.
Escape character is '^]'.
HEAD / HTTP/1.0
HTTP/1.1 200 OK
Date: Thu, 06 Nov 2003 19:58:32 GMT
Server: Apache/1.3.27 (Unix) PHP/4.2.3
X-Powered-By: PHP/4.2.3
Connection: close
Content-Type: text/html
Connection closed by foreign host.
--------------------
% telnet www.greenparty.org 80
Trying 209.120.182.113...
Connected to www.greenparty.org.
Escape character is '^]'.
HEAD / HTTP/1.0
HTTP/1.1 200 OK
Date: Thu, 06 Nov 2003 19:58:42 GMT
Server: Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_fastcgi/2.2.12 mod_perl/1.26 PHP/4.3.3 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b
Connection: close
Content-Type: text/html
Connection closed by foreign host.
I presume you own the bones in your ear that vibrate when a person talks to you. Does that mean they are making use of _your_ resources without your permission?
I got the same problem. Just a 685b file. Turns out it is compressed with gzip. I was using links to view the site, and it just showed the contents of this file without decompressing it. If you grab it with wget and use gzip you can see the web pages. Maybe a newer version of links handles this better.