LoadModule wsgi_module %LIBDIR%/apache2/modules/mod_wsgi.so # python 2.7.2 has a bug that causes fork run in sub interpreters to fail # http://bugs.python.org/issue13156 WSGIApplicationGroup %{GLOBAL} ServerAdmin webmaster@localhost WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi WSGIDaemonProcess horizon user=daemon group=daemon home=/usr/share/openstack-dashboard/openstack_dashboard/static #WSGIProcessGroup openstack-dashboard Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static DocumentRoot /usr/share/apache2/default-site/htdocs AllowOverride None Order allow,deny Allow from all = 2.3> Require all granted Alias /static/horizon %PYTHON_SITEPACKAGES%/horizon/static/horizon Order allow,deny Allow from all = 2.3> Require all granted Order allow,deny Allow from all = 2.3> Require all granted ErrorLog /var/log/apache2/openstack-dashboard-error.log LogLevel debug CustomLog /var/log/apache2/openstack-dashboard-access.log combined