summaryrefslogtreecommitdiffstats
path: root/hyperkitty/apache/apache_django_wsgi.conf
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-07-25 19:01:10 -0400
committerAamir Khan <syst3m.w0rm@gmail.com>2012-07-25 19:01:10 -0400
commit3b7438fd3ad38b8ae60369d9dcfa0bbb626fd6a5 (patch)
treee7053abfe5c6316e54339b873bf31629d4c613a5 /hyperkitty/apache/apache_django_wsgi.conf
parent5209122f1de7a0185f2a6fd44e24ff2f4858883d (diff)
downloadhyperkitty-3b7438fd3ad38b8ae60369d9dcfa0bbb626fd6a5.tar.gz
hyperkitty-3b7438fd3ad38b8ae60369d9dcfa0bbb626fd6a5.tar.xz
hyperkitty-3b7438fd3ad38b8ae60369d9dcfa0bbb626fd6a5.zip
Removed apache deployement files from hyperkitty
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>