utilise le mode « threaded » pour le serveur d'application Django

This commit is contained in:
Benjamin Dauvergne 2012-12-12 09:48:46 +01:00
parent 6f905aef95
commit 78971e9dd3
1 changed files with 1 additions and 1 deletions

2
init.d
View File

@ -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