From ae77d9901e2a466622818f95d784fb85b5296727 Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Sat, 7 Jul 2012 17:52:52 -0400 Subject: moved README to README.rst --- apache/README | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 apache/README (limited to 'apache/README') 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" -- cgit