I'm writing a deamon in perl that will be running on my home machine 24/7. I would like to be able to configure it from anywhere I can access the internet.
I know I could configure Apache to do this, but since I only want to serve 2 or 3 pages, I am looking for a much more lightweight solution. Ideally it would be a perl script running, listening on port 80 and responding to requests using HTTP.
Eventually this would be incorporated into my deamon to configure it at will.
, but it seems to be at a lower level than what I am looking for.