[hunchentoot-devel] Can hunchentoot host CGH application ?

z_axis z_axis at 163.com
Fri Sep 30 00:06:19 UTC 2011


We have a CGI application developed using python, which can be hosted in  
erlang YAWS easily:
> cat ~/yaws.conf
...
<server 192.168.1.2>
     port = 8000
     listen = 0.0.0.0
     docroot = /media/G/www/qachina/
     access_log = false
     appmods = <cgi-bin, yaws_appmod_cgi>
</server>
...

Now we want to host the application in a lisp web server.  Maybe  
hunchentoot can do it ?

Sincerely!





More information about the Tbnl-devel mailing list