summaryrefslogtreecommitdiffstats
path: root/apache/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'apache/README.rst')
-rw-r--r--apache/README.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/apache/README.rst b/apache/README.rst
new file mode 100644
index 0000000..e06893a
--- /dev/null
+++ b/apache/README.rst
@@ -0,0 +1,17 @@
+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"