Christoph Senjak wrote:
Another thing is the question if there is some proxy- or passthrough-module for hunchentoot. I still have some php-pages I want to host (even though I will use lighttpd rather than apache for this), and would therefore need to pass them to another server in the background.
That shouldn't be hard to code. There is also the possibility to use CGI with Hunchentoot and PHP for that, see:
http://cyrusharmon.org/projects?project=hunchentoot-cgi
Best,
Leslie