Re: HTTP Server

2002-03-30 Thread Patricia J. Hawkins
I always resort to Google for puzzling error messages -- a Google search on "BaseHTTPServer tcp connection denied" turned up this page (amazing coincidence): http://aspn.activestate.com/ASPN/Python/Reference/Products/ActivePython/python/lib/module-SocketServer.html Search down on "connection den

Re: HTTP Server

2002-03-29 Thread Matthew Sherborne
ED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 30, 2002 10:34 AM Subject: HTTP Server > Hi, > > I've recently written an HTTP service that uses the HTTP server from the > BaseHTTPServer. I've very simply told it to serve forever and have a bit of > code at the

HTTP Server

2002-03-29 Thread Matt Whiteley
Hi, I've recently written an HTTP service that uses the HTTP server from the BaseHTTPServer. I've very simply told it to serve forever and have a bit of code at the back end in the handler. After writing this and debugging it, I did some testing of it and found that anything ove