I do all my development in lighttpd, colubrid, flup, and occasionally
paste with only FastCGI in mind. Since I plan on making some of my
projects available for others, I think I should try to get my code
working on Apache in CGI too. I notice that CGIserver is gone, so is
there an easy way for me to get a colubrid application to run on
Apache in CGI without me having to maintain both a FastCGI and CGI
version of the app? Thanks.