====== mod-wsgi ====== $ sudo apt-get install libapache2-mod-wsgi $ sudo a2enmod wsgi Edit /etc/apache2/sites-available/default like following; Options Indexes FollowSymLinks MultiViews ExecCGI AddHandler cgi-script .cgi AddHandler wsgi-script .wsgi AllowOverride None Order allow,deny allow from all ====== installation ====== *[[http://byteflow.su/wiki/Installation|Installation]] ====== deploy ====== *[[http://serverfault.com/questions/91468/how-to-set-up-mod-wsgi-for-python-on-ubuntu|How to set up mod-wsgi for python on ubuntu]] *[[https://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/|How to use Django with Apache and mod_wsgi]]