LoadModule wsgi_module /usr/lib/apache2/modules/mod_wsgi.so #ServerAdmin webmaster@localhost #ServerName www.example.com #ServerAlias example.com ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined LogLevel info WSGIDaemonProcess APPNAME user=USER group=GROUP threads=5 WSGIScriptAlias / /var/www/wsgi-scripts/APPNAME.wsgi WSGIProcessGroup APPNAME WSGIApplicationGroup %{GLOBAL} Order allow,deny Allow from all = 2.4> Require all granted # vim: syntax=apache ts=4 sw=4 sts=4 sr noet