I am building a web application in django 1.4 which I have to deploy on apache using mod_wsgi. The problem is that there is already a raw python web application running on it using mod_python. On studying through internet, I found that its possible to use both applications. My question is what combination of versions(of course more recent versions are more prefered) of python, mod_python, mod_wsgi, apache and django are compatible?
Thanks in advance
Believe it or not, I have the exact same setup.
The simplest way to handle it is to partition the applications under VirtualHosts. If you can do this, then it’s all super easy. You just have a VirtualHost entry for each application.
If you need to run them under HTTP/S, then you may run into problems. Apache can only have one VirtualHost for all HTTP/S sites on the same server.
We are running the following versions on our main production machine: