From 78971e9dd37b5bfc0061d8acaec1319bba371eb8 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 12 Dec 2012 09:48:46 +0100 Subject: [PATCH] =?UTF-8?q?utilise=20le=20mode=20=C2=AB=20threaded=20?= =?UTF-8?q?=C2=BB=20pour=20le=20serveur=20d'application=20Django?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d b/init.d index 721a352..aaced72 100755 --- a/init.d +++ b/init.d @@ -21,7 +21,7 @@ prog=logement pidfile=${PIDFILE-/var/run/logement/pid} etc=/etc/logement/ -logement="PYTHONPATH=$etc /home/logement/virtualenv/bin/python /home/logement/src/logement-prod runfcgi host=localhost port=8000 pidfile=$pidfile" +logement="PYTHONPATH=$etc /home/logement/virtualenv/bin/python /home/logement/src/logement-prod runfcgi host=localhost port=8000 method=threaded pidfile=$pidfile" SLEEPMSEC=100000 RETVAL=0