Execute Horizon bin script with correct group.
Fixes bug 1014735. Change-Id: I21217fd722ca85124818c1347680734ccd152eb8
This commit is contained in:
parent
1c620dfcc6
commit
8b3f438ab8
@ -1,6 +1,7 @@
|
|||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
WSGIScriptAlias / %HORIZON_DIR%/openstack_dashboard/wsgi/django.wsgi
|
WSGIScriptAlias / %HORIZON_DIR%/openstack_dashboard/wsgi/django.wsgi
|
||||||
WSGIDaemonProcess horizon user=%USER% group=%GROUP% processes=3 threads=10 home=%HORIZON_DIR%
|
WSGIDaemonProcess horizon user=%USER% group=%GROUP% processes=3 threads=10 home=%HORIZON_DIR%
|
||||||
|
WSGIApplicationGroup %{GLOBAL}
|
||||||
|
|
||||||
SetEnv APACHE_RUN_USER %USER%
|
SetEnv APACHE_RUN_USER %USER%
|
||||||
SetEnv APACHE_RUN_GROUP %GROUP%
|
SetEnv APACHE_RUN_GROUP %GROUP%
|
||||||
|
Loading…
Reference in New Issue
Block a user