Tag: apache

  • Apache + mod_wsgi + Django + lighttpd

    I’ve written how to configure Apache, mod_python and Django and how to put lighttpd behind Apache. Recently I decided to host my most visited website on a different VPS provider[1], and started a quest to update my knowledge about Django deployment. I did things differently this time, using mod_wsgi (the recommended way of deploying Apache…