summaryrefslogtreecommitdiffstats
path: root/apache/README.rst
blob: e06893a279dcde57c3c1f120c5f27e0b1f629194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"