From f46b77083bfd2543b39e77df68eaeff06799aef8 Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Sat, 7 Jul 2012 17:33:54 -0400 Subject: production server deployment using apache wsgi module --- apache/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apache/README (limited to 'apache/README') diff --git a/apache/README b/apache/README new file mode 100644 index 0000000..485e6a2 --- /dev/null +++ b/apache/README @@ -0,0 +1,3 @@ +Add the following line in your httpd.conf (generally present at /etc/apache2/httpd.conf) + +Include "/home/akhan/gsoc/apache/apache_django_wsgi.conf" -- cgit