summaryrefslogtreecommitdiff
path: root/docs/conf/apache-wsgi.conf
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-10-25 14:15:21 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-10-25 14:15:21 +0200
commit97e37da73eeef899628491aee9989ac4691b3784 (patch)
tree477fdf8ac29309f9ec8ebe8469c1a7139d8baadc /docs/conf/apache-wsgi.conf
parent0d930f95701fbbc9b5b7fb9bc28c3a664a600f9a (diff)
downloadPapillon-97e37da73eeef899628491aee9989ac4691b3784.tar.bz2
Papillon-97e37da73eeef899628491aee9989ac4691b3784.zip
Update of documentation
Diffstat (limited to 'docs/conf/apache-wsgi.conf')
-rw-r--r--docs/conf/apache-wsgi.conf11
1 files changed, 11 insertions, 0 deletions
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 @@
+<VirtualHost *:80>
+ 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
+
+</VirtualHost>