diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-10-12 01:14:15 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-10-12 01:14:15 +0200 |
| commit | fa2a9504f11f1a4c9643706492d41494f64e8860 (patch) | |
| tree | 140a1f5792bbeefa1eab2db0f5d18ad1bf0c7a11 /docs/conf/apache-wsgi.conf | |
| parent | 69212bcfb1b03ab4ab890a12ceb7895480f21544 (diff) | |
| download | Ishtar-fa2a9504f11f1a4c9643706492d41494f64e8860.tar.bz2 Ishtar-fa2a9504f11f1a4c9643706492d41494f64e8860.zip | |
Documentation update
Diffstat (limited to 'docs/conf/apache-wsgi.conf')
| -rw-r--r-- | docs/conf/apache-wsgi.conf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/conf/apache-wsgi.conf b/docs/conf/apache-wsgi.conf deleted file mode 100644 index d1d6672e2..000000000 --- a/docs/conf/apache-wsgi.conf +++ /dev/null @@ -1,11 +0,0 @@ -<VirtualHost *:80> - ServerName ishtar.example.com - WSGIDaemonProcess ishtar processes=2 maximum-requests=500 threads=1 - WSGIProcessGroup ishtar - WSGIScriptAlias / /var/local/ishtar/ishtar/apache/django.wsgi - - ErrorLog ${APACHE_LOG_DIR}/ishtar/error.log - LogLevel warn - CustomLog ${APACHE_LOG_DIR}/ishtar/access.log combined - -</VirtualHost> |
