My employer recently setup an SSL certificate for a domain I just
setup using mod_wsgi, apache, and django.  I've tried putting a
redirect in the wsgi.conf file to setup a redirect to https, but
doesn't seem to be working...

WSGIDaemonProcess test processes=1 threads=1
python-path=/home/net/public_html/:/home/net/public_html/managio
WSGIProcessGroup test
WSGIScriptAlias / /home/net/public_html/managio.wsgi
<Directory "/home/stratton/public_html">
 Options Indexes MultiViews FollowSymLinks
 AllowOverride None
 Order allow,deny
 allow from all
</Directory>

RedirectMatch http://(.*) https://$1

I'm new to SSL and I don't know if I'm missing a bigger issue, but
basically everything needs to redirect to SSL-enabled connection,
which I assume apache recognizes when the URL is prefixed with https.

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to