From ae4389b48281e78d8929a7e6c41e792fa7318784 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 16 Jun 2014 20:38:52 +0000 Subject: Just.. run as apache. --- roles/github2fedmsg/files/github2fedmsg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/github2fedmsg/files/github2fedmsg.conf') diff --git a/roles/github2fedmsg/files/github2fedmsg.conf b/roles/github2fedmsg/files/github2fedmsg.conf index 7d452d075..9c450c204 100644 --- a/roles/github2fedmsg/files/github2fedmsg.conf +++ b/roles/github2fedmsg/files/github2fedmsg.conf @@ -1,7 +1,7 @@ Alias /static /usr/lib/python2.6/site-packages/github2fedmsg/static Alias /pngs /usr/share/badges/pngs -WSGIDaemonProcess github2fedmsg user=github2fedmsg group=github2fedmsg maximum-requests=1000 display-name=github2fedmsg processes=4 threads=4 +WSGIDaemonProcess github2fedmsg user=apache group=apache maximum-requests=1000 display-name=github2fedmsg processes=4 threads=4 WSGISocketPrefix run/wsgi WSGIRestrictStdout On WSGIRestrictSignal Off -- cgit