Tag: apache

Django and mod_wsgi

Finally, Django’s recommended deployment method switched from mod_python to mod_wsgi. Updated docs are now online.

Visit the bookmark »

Recompiling Apache on FreeBSD

I am currently working on a Django project that will run on FreeBSD when deployed. I had never worked with this distro before, so it took a bit of getting used to, and I ended up reading man pages and Googling mailing list archives until the wee hours of the morning. One issue that really caught me by surprise was recompiling Apache 2.2 with the proxy modules, so I thought I would jot down my notes here.

Read more »