#From commit 30439a6dc4 #With adjustments to make APACHE_RUN_GROUP a param #and to make HORIZON_PORT a param WSGIScriptAlias / %HORIZON_DIR%/openstack-dashboard/dashboard/wsgi/django.wsgi WSGIDaemonProcess horizon user=%USER% group=%GROUP% processes=3 threads=10 SetEnv APACHE_RUN_USER %USER% SetEnv APACHE_RUN_GROUP %GROUP% WSGIProcessGroup horizon DocumentRoot %HORIZON_DIR%/.blackhole/ Alias /media %HORIZON_DIR%/openstack-dashboard/dashboard/static Alias /vpn /opt/stack/vpn Options FollowSymLinks AllowOverride None Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all ErrorLog %ERROR_LOG% LogLevel warn CustomLog %ACCESS_LOG% combined