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
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
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