Python + Windows + Webserver

Steve Holden sholden at holdenweb.com
Tue Aug 21 18:24:48 EDT 2001


"Gerson Kurz" <gerson.kurz at t-online.de> wrote in message
news:3b766809.2155375 at news.t-online.de...
> On Sat, 11 Aug 2001 20:03:39 +0200, "Chris Eidhof" <chris at eidhof.com>
> wrote:
>
> >Hello, I'm looking for a *simple* way to set up a webserver under win98,
the
> >webserver must handle python scripts. I've tried apache, but it didn't
work.
>
> A *simple* webserver in python :
>
> ---- snip begin ----
> from SimpleHTTPServer import *
> test()
> ---- snip end ----
>
> Its in your \python21\lib, hehe.
>
> On the other hand: Apache works fine with python (at least on Windows
> 2000). Can you explain what didn't work ? If you've tried mod_python
> (from www.modpython.org) you cannot easily bind "standard CGI" scripts
> because mod_python has a different syntax (you're dealing
> with apache requests etc.)

You might also like to know that I've had very good results with Xitami on
Win98. It's pretty much plug and play, and drives Python CGI quite
beautifully (as long as you can accept the per-script interpreter startup).
It also handles Python long-running web processes well (Robin Dunn was
involved in Xitami's origins), and drives Webware well, though not as well
as it will when I get round to writing a purpose-built adapter.

Give it a try: http://www.xitami.com

regards
 Steve
--
http://www.holdenweb.com/








More information about the Python-list mailing list