modwsgi
Python WSGI adapter module for Apache.
http://code.google.com/p/modwsgi/
Ubuntu installation 12.04
- apt-get install libapache2-mod-wsgi
- service apache2 restart
Create file /var/www/test.wsgi
Add to file /etc/apache2/sites-available/default inside the Virtual host the following
WSGIScriptAlias /test /var/www/test.wsgi