summaryrefslogtreecommitdiffstats
path: root/apache/README
diff options
context:
space:
mode:
Diffstat (limited to 'apache/README')
-rw-r--r--apache/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/apache/README b/apache/README
deleted file mode 100644
index e06893a..0000000
--- a/apache/README
+++ /dev/null
@@ -1,17 +0,0 @@
-Create logs directory
----------------------
-**mkdir -p logs**
-
-Create python egg directory
----------------------------
-**mkdir -p .python-egg**
-chmod -R 777 .python-egg/
-
-
-
-Edit httpd.conf
----------------
-
-Add the following line in your httpd.conf (generally present at /etc/apache2/httpd.conf)
-
-Include "/path/to/application/apache/apache_django_wsgi.conf"