summaryrefslogtreecommitdiff
path: root/conf/apache-wsgi.conf
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-24 16:00:51 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-24 16:00:51 +0200
commit42e6b9f0ad91a1b4e4d9c38a0179a70ce3033e50 (patch)
treefbff5c4caed6bbf718f580c0a52c7cf8d4d98029 /conf/apache-wsgi.conf
parent6ed9b198eb5029caada7c87bc16b1dc915f8be9f (diff)
downloadIshtar-42e6b9f0ad91a1b4e4d9c38a0179a70ce3033e50.tar.bz2
Ishtar-42e6b9f0ad91a1b4e4d9c38a0179a70ce3033e50.zip
Add a basic script to monitor rabbitmq queues
Diffstat (limited to 'conf/apache-wsgi.conf')
-rw-r--r--conf/apache-wsgi.conf11
1 files changed, 0 insertions, 11 deletions
diff --git a/conf/apache-wsgi.conf b/conf/apache-wsgi.conf
deleted file mode 100644
index d1d6672e2..000000000
--- a/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>