summaryrefslogtreecommitdiff
path: root/docs/conf/apache-wsgi.conf
diff options
context:
space:
mode:
authorÉtienne Loks2011-10-26 00:56:27 +0200
committerÉtienne Loks2011-10-26 00:56:27 +0200
commit58a66e44e2f23704c1f7ee6819bd5e40cac18c0f (patch)
tree95fa05e06f74d2694029dbb803cf413c571f6103 /docs/conf/apache-wsgi.conf
parentd2b70d4ec09634479749911fe8aa3b4a30e2a02e (diff)
Correct documentation
Diffstat (limited to 'docs/conf/apache-wsgi.conf')
-rw-r--r--docs/conf/apache-wsgi.conf4
1 files changed, 2 insertions, 2 deletions
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 @@
<VirtualHost *:80>
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