Daily Archives: February 15th, 2006

Running web.py behind SCGI

I’ve been doing some python webdev using this new web.py toolkit. It’s not bad, but I my host uses apache and apache + fastcgi (for now) means suck. So instead, we used SCGI:

Install mod_scgi into apache
Startup your web.py app with the command line arg ’scgi’. If you want to run on a [...]