diff options
-rw-r--r-- | apache/README | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/apache/README b/apache/README index 485e6a2..e06893a 100644 --- a/apache/README +++ b/apache/README @@ -1,3 +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 "/home/akhan/gsoc/apache/apache_django_wsgi.conf" +Include "/path/to/application/apache/apache_django_wsgi.conf" |