[OT] minimalist web server

Daniel Fetchinson fetchinson at googlemail.com
Mon Dec 31 20:43:07 EST 2007


> Using DSL (Damn Small Linux) try apache! Or you can try litehttpd
>
>
> > Hi list,
> >
> > This is waaaaay off topic but maybe somebody knowledgeable can help.
> >
> > 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.
> >
> > Cheers,
> > Daniel

I've written a *really* minimalistic web server that only serves blank
pages. It's not python but C, if anyone interested:
http://code.google.com/p/kwakd

Happy new year to every python lover!



More information about the Python-list mailing list