summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2015-03-10 20:12:03 -0700
committerRob Crittenden <rcritten@redhat.com>2015-03-11 09:39:10 -0400
commitf06950e46262e4899f42ba3b197525bb2b88b9cb (patch)
tree67e083085453e3ac22e7738b6d802c37ecf66b7d
parentd67664fbffe9c380a354abe115ee5afa1ff968be (diff)
downloadipsilon-f06950e46262e4899f42ba3b197525bb2b88b9cb.tar.gz
ipsilon-f06950e46262e4899f42ba3b197525bb2b88b9cb.tar.xz
ipsilon-f06950e46262e4899f42ba3b197525bb2b88b9cb.zip
Add mod_wsgi display name for Ipsilon WSGI process
This adds the mod_wsgi display-name setting to allow the Ipsilon WSGI process to show up with a useful process name instead of 'httpd'. This allows one to easily distinguish the WSGI process from other httpd processes. https://fedorahosted.org/ipsilon/ticket/62 Signed-off-by: Nathan Kinder <nkinder@redhat.com> Reviewed-by: Rob Crittenden <rcritten@redhat.com>
-rw-r--r--templates/install/idp.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install/idp.conf b/templates/install/idp.conf
index 9cf2595..91d6d13 100644
--- a/templates/install/idp.conf
+++ b/templates/install/idp.conf
@@ -1,7 +1,7 @@
Alias /${instance}/ui ${staticdir}/ui
Alias /.well-known %{wellknowndir}
WSGIScriptAlias /${instance} ${ipsilondir}/ipsilon
-WSGIDaemonProcess ${instance} user=${sysuser} group=${sysuser} home=${datadir}
+WSGIDaemonProcess ${instance} user=${sysuser} group=${sysuser} home=${datadir} display-name=ipsilon-${instance}
${wsgi_socket}
<Location /${instance}>