Juni, 2006

Django and FastCGI
Sometimes it's not possible to use Django's prefered setup (Apache & mod_python) for production servers. Either mod_python is not available, or you need some stuff which is not possible with it, so do I. I needed to access some environment variables, but mod_python removes most.

15. Juni, 2006