2011-5-17: nginx plus thttpd CGI backend
So I’m using nginx as my web server, and I’d like to use the ikiwiki CGI script - unfortunately, nginx has no CGI support. thttpd does, though, and I found this, which has the gist of how to setup nginx + thttpd, but the details were a bit fiddly. So, to clarify, in your site.setup, you need these lines:
cgi_wrapper => '/srv/web/ertius.org/cgi/ikiwiki.cgi',
cgiurl => 'http://ertius.org/cgi/ikiwiki.cgi',