mod_wsgi and https
August 28, 2013
I had an Apache on one box running a mod_wsgi Django site on port 81, accessed via http.
I had a second box, again running Apache, proxying onto this Django site with ProxyPass
and ProxyPassReverse
, and this server was doing the https.
We had a problem where the Django …