From 42e6b9f0ad91a1b4e4d9c38a0179a70ce3033e50 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 24 Sep 2019 16:00:51 +0200 Subject: Add a basic script to monitor rabbitmq queues --- conf/apache-wsgi.conf | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 conf/apache-wsgi.conf (limited to 'conf/apache-wsgi.conf') 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 @@ - - 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 - - -- cgit v1.2.3