Skip to content

Commit 8b3f438

Browse files
committed
Execute Horizon bin script with correct group.
Fixes bug 1014735. Change-Id: I21217fd722ca85124818c1347680734ccd152eb8
1 parent 1c620df commit 8b3f438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files/apache-horizon.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<VirtualHost *:80>
22
WSGIScriptAlias / %HORIZON_DIR%/openstack_dashboard/wsgi/django.wsgi
33
WSGIDaemonProcess horizon user=%USER% group=%GROUP% processes=3 threads=10 home=%HORIZON_DIR%
4+
WSGIApplicationGroup %{GLOBAL}
45

56
SetEnv APACHE_RUN_USER %USER%
67
SetEnv APACHE_RUN_GROUP %GROUP%

0 commit comments

Comments
 (0)