Adding CGI-capabilities to a BaseHTTPServer/BaseHTTPRequestHandler-based webserver

Thomas Weholt 2002 at weholt.org
Mon Feb 3 06:11:28 EST 2003


> why don't you use  CGIHttpServer ?

Because I allready have a system running which uses BaseHTTPServer and a
subclass of BaseHTTPRequestHandler with customized post/get/head-handler
methods.

I guess I have to use some of the code in the cgihttp-module and hack it a
bit.

Thomas






More information about the Python-list mailing list