[Zope] Telnet to Port 8080
Wolfgang Strobl
ws@mystrobl.de
Fri, 9 Mar 2001 08:50:45 +0100
On 8 Mar 2001, at 23:03, Tino Wildenhain wrote:
> Hi karthick,
>
> if your Zope is running on port 8080, you should either use:
>
> GET / HTTP/1.0[enter][enter]
>
> or more precisely:
>
> GET / HTTP/1.1[enter]Host: yourhost[enter]connection:
> close[enter][enter]
>
>
> This is because Zope does not support HTTP/0.9
telnet localhost 8080
GET /[enter}[enter]
HTTP/1.0 200 OK
Server: Zope/Zope 2.3.1b1 (binary release, python 1.5.2, win32-
x86) ZServer/1.1b
1
Date: Fri, 09 Mar 2001 07:47:48 GMT
Content-Type: text/html
Content-Length: 2746
...
>
> HTH
> Tino Wildenhain
>
> karthick ramanarayanan wrote:
> >
> > Why Am I not able to telnet to port 8080 and do a ,
> > GET / like you do on port 80.
> > It just hangs.
> > Whats the problem.
> > Bye,
> > A.R.Karthick
-- ws