On Thu, Sep 29, 2011 at 8:06 PM, z_axis z_axis@163.com wrote:
We have a CGI application developed using python, which can be hosted in erlang YAWS easily: [...] Now we want to host the application in a lisp web server. Maybe hunchentoot can do it ?
Hunchentoot does not come with native CGI support. There is the hunchentoot-cgi extension written by Cyrus Harmon, but I have no experience with it.
-Hans