DragonFly kernel List (threaded) for 2003-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: sysinstall v2
Richard Coleman wrote:
If apache was to be replaced, I would suggest finding a very basic, pure
Python web server. Something that is very easy to understand and
modify. I'm sure many people here could write one if necessary.
Although a production web server is a big project, a simple web server
is actually pretty easy. It probably wouldn't take more than 300 lines
of Python (probably much less).
Very much less since there are web server modules included with the base
Python install.
There is even one that handles CGI requests
<http://www.python.org/doc/current/lib/module-CGIHTTPServer.html>
-- Steve
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]