Re: Unable to Get Response from some Web Servers
On Thu, 14 Jul 2005 21:32:54 GMT,
Ammar Al-Sayegh <alsayegh@verizon.net>, in
<aSABe.22608$O56.10209@trnddc07> wrote:
>+ Here is an example:
>+
>+ telnet apache.org 80
>+ Trying 209.237.227.195...
>+ Connected to apache.org.
>+ Escape character is '^]'.
>+ GET /
>+ <CR>
>+ <CR>
>+
>+ (nothing happens.. the connection times out)
>+ Note that when I use HEAD / HTTP/1.0 command with
>+ servers that don't respond with GET / commands, I
>+ get full header.
>+ telnet apache.org 80
>+ Trying 209.237.227.195...
>+ Connected to apache.org.
>+ Escape character is '^]'.
>+ HEAD / HTTP/1.0
>+
>+ HTTP/1.1 200 OK
>+ Date: Thu, 14 Jul 2005 21:23:03 GMT
>+ Any clue as to what the problem might be?
I'm going to guess that Apache v1.x servers will accept the former
(mine did), and that Apache v2.x servers will accept only the later,
where you spell out which HTTP version you're using.
Of course, my sample size is "2", so YMMV.
James
--
Consulting Minister for Consultants, DNRC
I can please only one person per day. Today is not your day. Tomorrow
isn't looking good, either.
I am BOFH. Resistance is futile. Your network will be assimilated.
|