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 ----------------- apache/README.rst | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 apache/README create mode 100644 apache/README.rst 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" 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" -- cgit