Skip to content

Instantly share code, notes, and snippets.

@ionosphere80
Created October 10, 2014 12:55
Show Gist options
  • Save ionosphere80/c4c3b5c7f91aa335adb7 to your computer and use it in GitHub Desktop.
Save ionosphere80/c4c3b5c7f91aa335adb7 to your computer and use it in GitHub Desktop.
Apache configuration for openstack-dashboard on Fedora
WSGIDaemonProcess dashboard
WSGIProcessGroup dashboard
WSGISocketPrefix run/wsgi
WSGIScriptAlias /dashboard /usr/share/openstack-dashboard/openstack_dashboard/ws
gi/django.wsgi
Alias /static /usr/share/openstack-dashboard/static
<Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi>
Options All
AllowOverride All
Require all granted
</Directory>
<Directory /usr/share/openstack-dashboard/static>
Options All
AllowOverride All
Require all granted
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment