For simple web-based services I usually just use Perl and CGI.pm. After having read a bit about HTTP::Engine I tried it for a simple project yesterday. Beside my own logic it only took a few line of code to have a stand alone HTTP server for my service. My colleague needed it to be served from the same Apache server as the rest of his webapplication. Some tiny changes and my stand alone server was