From e0fd71be3e36b1cab0d26359c114e465c212ad95 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 02 2015 14:16:06 +0000 Subject: Adjust the sample apache configuration file This allows to run the wsgi application under the git user and group which is necessary for the gitolite integration --- diff --git a/files/pagure.conf b/files/pagure.conf index f33e51f..9e17633 100644 --- a/files/pagure.conf +++ b/files/pagure.conf @@ -1,6 +1,7 @@ # Apache configuration file for pagure -#WSGIDaemonProcess pagure user=apache maximum-requests=1000 display-name=pagure processes=2 threads=1 +#WSGIDaemonProcess pagure user=git group=git maximum-requests=50000 display-name=pagure processes=8 threads=4 inactivity-timeout=300 + #WSGISocketPrefix run/wsgi #WSGIRestrictStdout On #WSGIRestrictSignal Off