Huh. Well, either that zope is horribly, horribly screwed or it isn't zope. My Zope's 404s look like this: GET /asldjfldsjf HTTP/1.0 HTTP/1.0 404 Not Found Server: Zope/(unreleased version, python 2.1.3, sunos5) ZServer/1.1b1 Date: Wed, 16 Oct 2002 21:24:37 GMT Bobo-Exception-File: /home/creiman/zope/ZopeCVS/Zope26/lib/python/ZPublisher/HTTPResponse.py Content-Type: text/html Bobo-Exception-Type: NotFound Connection: close Bobo-Exception-Value: bobo exception Etag: Content-Length: 1121 Bobo-Exception-Line: 606 <html>...... I'm guessing you've got something else running on that port. Do you still get the 404 after killing zope and trying the GET test? Are you running Zope behind apache or squid or something else?
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of jbfink@library.ucsf.edu Sent: Wednesday, October 16, 2002 2:25 PM To: Charlie Reiman Cc: Jim Penny; John Fink; zope@zope.org Subject: RE: [Zope] extreme newbie questions
On Wed, 16 Oct 2002, Charlie Reiman wrote:
I think it or something else is running at that port. What happens when you do this:
telnet machine 2323 GET / HTTP/1.0
You need two returns after the HTTP/1.0. You should get back the full response including headers so we have something to go on. Also, you should check the console you started zope from to see if there are any messages.
Oh yeah: Also tell us what OS the server is on, what version of zope, what version of python, and anything else you think might be relevant.
Okay. Here's what I can give you:
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>
Python version 2.1.3 and Zope version 2.5.1 (with CMF-1.3 installed) on Solaris 9.
Hope that helps and thanks very much everyone,
jf