apache SSL help
Craig White
craigwhite at azapple.com
Tue Oct 17 08:41:15 MST 2006
I don't know much at all about apache directives.
I am using this to ensure that all connections to this system require
SSL because I don't want user login names/passwords sent un-encrypted...
RedirectPermanent /drupal https://cms.tobyhouse.com
RedirectPermanent /cms https://cms.tobyhouse.com
RedirectPermanent http://cms.tobyhouse.com https://cms.tobyhouse.com
<Directory "/var/www/html/drupal">
SSLRequireSSL
</Directory>
It turns out that my life would be much simpler if I could allow one
'url' within this tree to be unencrypted...(especially from localhost if
possible)
http://cms.tobyhouse.com/modules/civicrm/extern/soap.php
Is there a way to accomplish?
Craig
More information about the PLUG-discuss
mailing list