[EMAIL PROTECTED]:~$ telnet localhost 80 //remember, zope is on 80 for me. Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. GET Connection closed by foreign host.
Kristopher Dick -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Duncan McGreggor Sent: Tuesday, 31 October 2006 17:30 To: General discussion of using zenoss system Subject: Re: [zenoss-users] Changing IP Address On Oct 31, 2006, at 6:23 PM, Eric Newton wrote: > You just have to talk like a browser. Type "GET /" and then return > a few times. Well, if he wants sensible status codes he should probably follow my example (below), otherwise he could get 500s or 404s ;-) >> rohan:zenoss 13:58:03 $ telnet localhost 8080 >> Trying 127.0.0.1... >> Connected to localhost. >> Escape character is '^]'. >> GET /zport/dmd HTTP/1.0 >> >> HTTP/1.0 302 Moved Temporarily >> Server: Zope/(Zope 2.8.8-final, python 2.4.3, darwin) ZServer/1.1 >> Date: Tue, 31 Oct 2006 20:58:57 GMT >> Bobo-Exception-Line: 273 >> Content-Length: 2422 >> Bobo-Exception-Value: See the server error log for details >> Content-Type: text/html >> Bobo-Exception-Type: Unauthorized >> Connection: close >> Location: http://0.0.0.0:8080/zport/acl_users/cookieAuthHelper/ >> login_form?came_from=http%3A//0.0.0.0%3A8080/zport/dmd >> >> [snip all the HTML output] _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
