[OT] minimalist web server

Paul Rubin http
Sat Dec 1 21:46:59 EST 2007


"Daniel Fetchinson" <fetchinson at googlemail.com> writes:
> I'm looking for the most minimalist web server ever that does nothing
> else than return a fixed static page for every request. Regardless of
> what the request is, it just needs to be an HTTP request to port 80,
> the web server should return always the same html document. What would
> be the best choice for this? The goal is of course to minimize system
> resources in terms of memory, cpu, etc, etc.

If you're running linux, maybe you want tux.

publicfile isn't exactly what you describe, but its description might
be of some interest:

http://cr.yp.to/publicfile.html



More information about the Python-list mailing list