2009/10/17 Leslie P. Polzer sky@viridian-project.de:
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,
Ah nice. Actually, yesterday I was reading the CGI-Specification to code exactly this. Thank you. I will try to use php-cgi. This is the default fastcgi-interpreter, but it also has a cgi-interface.
Regards Christoph