I'm trying to find the most basic HTTP deamon possible.
All it needs to do is allow me to access local files through a browser using the http:// protocol.
(I can't use file://)
Would be great if it was something that only had functionality for serving pages on localhost. Portable/lightweight would be great too!
Maybe a single script?