
30 Sep
2011
30 Sep
'11
12:06 a.m.
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!