summaryrefslogtreecommitdiffstats
path: root/hyperkitty/apache/apache_django_wsgi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/apache/apache_django_wsgi.conf')
-rw-r--r--hyperkitty/apache/apache_django_wsgi.conf23
1 files changed, 0 insertions, 23 deletions
diff --git a/hyperkitty/apache/apache_django_wsgi.conf b/hyperkitty/apache/apache_django_wsgi.conf
deleted file mode 100644
index 7f1ccaf..0000000
--- a/hyperkitty/apache/apache_django_wsgi.conf
+++ /dev/null
@@ -1,23 +0,0 @@
-<VirtualHost *:80>
-
- Alias /robots.txt /home/akhan/gsoc/robots.txt
- Alias /favicon.ico /home/akhan/gsoc/favicon.ico
- Alias /static /home/akhan/gsoc/static
-
- ErrorLog /home/akhan/gsoc/logs/error.log
- CustomLog /home/akhan/gsoc/logs/access.log combined
-
- WSGIScriptAlias / /home/akhan/gsoc/apache/django.wsgi
- WSGIDaemonProcess akhan user=akhan group=users threads=25
-
- <Directory "/home/akhan/gsoc/apache">
- Order deny,allow
- Allow from all
- </Directory>
-
- <Directory "/home/akhan/gsoc">
- Order allow,deny
- Allow from all
- </Directory>
-
-</VirtualHost>