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