From 58a66e44e2f23704c1f7ee6819bd5e40cac18c0f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 26 Oct 2011 00:56:27 +0200 Subject: Correct documentation --- docs/conf/apache-wsgi.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/conf') diff --git a/docs/conf/apache-wsgi.conf b/docs/conf/apache-wsgi.conf index a5277e6..c462022 100644 --- a/docs/conf/apache-wsgi.conf +++ b/docs/conf/apache-wsgi.conf @@ -1,7 +1,7 @@ ServerName papillon.example.com - WSGIDaemonProcess ishtar processes=2 maximum-requests=500 threads=1 - WSGIProcessGroup ishtar + WSGIDaemonProcess papillon processes=2 maximum-requests=500 threads=1 + WSGIProcessGroup papillon WSGIScriptAlias / /var/local/django/papillon/apache/django.wsgi ErrorLog ${APACHE_LOG_DIR}/papillon/error.log -- cgit v1.2.3