How to Use mod_wsgi to Serve Applications on Ubuntu 12.04
Introduction Mod_wsgi is a simple tool which can host any python application from Apache server. This module is common in high performance websites and personal web hosting services. In this tutorial, you will learn how to use mod_wsgi to server applications on Ubuntu 12.04. Prerequisites For this tutorial, you have to install mod_wsgi on…