"Daniel Fetchinson" <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list