On Tue, Jul 01, 2003 at 09:35:40AM -0400, Mark Bucciarelli wrote:
> > I need a small self-contained HTTP server to run a number of
> > small CGIs. The server must be easily deployed on all platforms,
> > including ones from Redmond, so all-python solution is prefereable.
>
> You can try this pure Pyton one
Thank you. I'll look into it. But I want to say that I am switching from
BaseHTTPServer because my server triggered a very strange bug in M$IE
(other browsers work fine with my application). It seems (I did a very
brief experiment) that Medusa does not trigger that bug.
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.