I want to be sure that for some URL of my website, SSL will be use. I saw a lot of answer already on SO.
https://stackoverflow.com/questions/724968/force-redirect-to-ssl-for-all-pages-apart-from-one
So I think I will use mod_rewrite.
My question is more about how to configure the Virtual Host to run my Django Application over HTTP and over HTTPS without problems. I am using WSGI.
Is it a problem to just duplicate the configuration over *:443 and over *:80 ? How should I do to have the best configuration ?
Thank you.
Rémy