[Zope] extreme newbie questions

Mike Renfro renfro@tntech.edu
Wed, 16 Oct 2002 16:40:04 -0500


On Wed, Oct 16, 2002 at 02:25:01PM -0700, jbfink@library.ucsf.edu wrote:

> jbfink@holmes:~$ telnet donald.ckm.ucsf.edu 8080
> Trying 128.218.33.150...
> Connected to donald.ckm.ucsf.edu.
> Escape character is '^]'.
> GET / HTTP/1.0
> 
> HTTP/1.0 404 Not Found
> Content-type: text/html
> Content-length: 143
> 
> <HTML>
> <TITLE> Not Found </TITLE>
> <BODY BGCOLOR="#FFFFFF">
> <FONT FACE="Arial,Helvetica,Geneva" SIZE=-1>
> <H2> Not Found </H2>
> </BODY>
> </HTML>

First off, that's definitely not a Zope-based 404. One of those should
look more like:

  $ telnet localhost 9673
  Trying 127.0.0.1...
  Connected to localhost.
  Escape character is '^]'.
  GET /404 HTTP/1.0

  HTTP/1.0 404 Not Found
  Server: Zope/(Zope 2.5.1 (source release, python 2.1, linux2), python 2.1.3, linux2) ZServer/1.1b1

... etc.

I'm betting it's from RealServer, which I think can also suck up port
8080 for its webcasting component.

An identical 404 page showed up in a RealServer question which can be
found at
http://kvcu.colorado.edu/~feedback/messageboard/messages/63.html

-- 
Mike Renfro  / R&D Engineer, Center for Manufacturing Research,
931 372-3601 / Tennessee Technological University -- renfro@tntech.edu