I have a script which generates a daily report which I want to serve to the so called general public. The problem is I don't want to add to my headaches maintance of a http server (e.x. apache) with all the configurations and security implications.
Is there a dead simple solution for serving one small html page without the effort of configuring a full blown http server?