Hacks


3
Jun 10

Django chroot, securing your web application hosting

For me the best way to run Django applications has proven to be mod_wsgi and Apache. This setup allows for scalable application pools to run as a seperate process, featuring threading and extra privilege separation, which is great. To make your application even more hardened, you can use the mod_wsgi chroot feature, as discussed in [...]