WSGIScriptAlias /dashboard /usr/share/openstack-dashboard/openstack_dashboard/wsgi.py WSGIDaemonProcess horizon user=apache group=apache processes=3 threads=10 home=/usr/share/openstack-dashboard/ display-name=%{GROUP} WSGIApplicationGroup %{GLOBAL} SetEnv APACHE_RUN_USER horizon SetEnv APACHE_RUN_GROUP horizon WSGIProcessGroup horizon Alias /dashboard/static /usr/share/openstack-dashboard/static RedirectMatch "^/$" "/dashboard/" Options FollowSymLinks AllowOverride None Options Indexes FollowSymLinks MultiViews AllowOverride None # Apache 2.4 uses mod_authz_host for access control now (instead of # "Allow") Order allow,deny Allow from all = 2.4> Require all granted = 2.4> ErrorLogFormat "%{cu}t %M" ErrorLog /var/log/httpd/horizon_error.log LogLevel warn CustomLog /var/log/httpd/horizon_access.log combined WSGISocketPrefix /var/run/httpd