Add display-name option to example apache2 configuration
Without this option impossible to find ironic API wsgi process in system process list, it displayed as 'apache2'. With this option '(wsgi:ironic)' process displayed. Change-Id: If391d898b063f02a44050e2c95ee40d9a07b6b05
This commit is contained in:
parent
6f1420dd9d
commit
d5b15199ce
@ -17,7 +17,7 @@
|
||||
Listen 6385
|
||||
|
||||
<VirtualHost *:6385>
|
||||
WSGIDaemonProcess ironic user=stack group=stack threads=10
|
||||
WSGIDaemonProcess ironic user=stack group=stack threads=10 display-name=%{GROUP}
|
||||
WSGIScriptAlias / /opt/stack/ironic/ironic/api/app.wsgi
|
||||
|
||||
SetEnv APACHE_RUN_USER stack
|
||||
|
Loading…
Reference in New Issue
Block a user