From 97e37da73eeef899628491aee9989ac4691b3784 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 25 Oct 2011 14:15:21 +0200 Subject: Update of documentation --- docs/conf/apache-wsgi.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/conf/apache-wsgi.conf (limited to 'docs/conf/apache-wsgi.conf') diff --git a/docs/conf/apache-wsgi.conf b/docs/conf/apache-wsgi.conf new file mode 100644 index 0000000..a5277e6 --- /dev/null +++ b/docs/conf/apache-wsgi.conf @@ -0,0 +1,11 @@ + + ServerName papillon.example.com + WSGIDaemonProcess ishtar processes=2 maximum-requests=500 threads=1 + WSGIProcessGroup ishtar + WSGIScriptAlias / /var/local/django/papillon/apache/django.wsgi + + ErrorLog ${APACHE_LOG_DIR}/papillon/error.log + LogLevel warn + CustomLog ${APACHE_LOG_DIR}/papillon/access.log combined + + -- cgit v1.2.3