Browse code

Execute Horizon bin script with correct group.

Fixes bug 1014735.

Change-Id: I21217fd722ca85124818c1347680734ccd152eb8

Gabriel Hurley authored on 2012/06/21 05:14:38
Showing 1 changed files
... ...
@@ -1,6 +1,7 @@
1 1
 <VirtualHost *:80>
2 2
     WSGIScriptAlias / %HORIZON_DIR%/openstack_dashboard/wsgi/django.wsgi
3 3
     WSGIDaemonProcess horizon user=%USER% group=%GROUP% processes=3 threads=10 home=%HORIZON_DIR%
4
+    WSGIApplicationGroup %{GLOBAL}
4 5
 
5 6
     SetEnv APACHE_RUN_USER %USER%
6 7
     SetEnv APACHE_RUN_GROUP %GROUP%