Setting up Django with mod_wsgi and Apache
Configuring Django to use Apache and mod_wsgi To install apache look at this post Step 1, download and install the latest version of mod_wsgi Wget http://modwsgi.googlecode.com/files/mod_wsgi-2.5.tar.gz Always try to get the latest version from here Tar –xzvf mod_wsgi-2.5.tar.gz cd mod_wsgi-2.5.tar.gz ./configure –with-apxs=/path/to/apache/bin/apxs