Browse code

Merge "Execute Horizon bin script with correct group."

Jenkins authored on 2012/06/22 04:02:34
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%