On Mon, 15 Sep 2003, Marc Gadsdon wrote:
> Interestingly, neither of these domains, which both resolve to
> 64.94.110.11, are accepting HTTP traffic:
>
> 09/15/03 23:50:55 Browsing http://64.94.110.11/
> Fetching http://64.94.110.11/ ...
> GET / HTTP/1.1
> Host: 64.94.110.11
> Connection: close
> Socket Error

It doesn't like the host header you passed it.

Try:

Trying 64.94.110.11...
Connected to www.a2u.net.
Escape character is '^]'.
GET / HTTP/1.1
Host: www.a2u.net

HTTP/1.1 302 Found
Date: Tue, 16 Sep 2003 01:42:17 GMT
Server: Apache
Location: http://sitefinder.verisign.com/lpc?url=www.a2u.net&host=www.a2u.net
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1

fb
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>302 Found</TITLE>
</HEAD><BODY>
<H1>Found</H1>
The document has moved <A
HREF="http://sitefinder.verisign.com/lpc?url=www.a2u.net&amp;host=www.a2u.net";>here</A>.<P>
</BODY></HTML>

0

Connection closed by foreign host.

Reply via email to