SSLRequireSSL Ineffective

Lee Hughes <[email protected]> Sat, 14 Mar 2009 09:22:17 -0700
Newsgroups gmane.comp.apache.mod-ssl.user
Message-ID <[email protected]>
Hi, I have https working with Apache 2.2.11, but SSLRequireSSL seems to have
no effect -- I can still browse docs in the htdocs directory with straight
http or https.

Here's the section I added to httpd-ssl.conf, which is Included from
httpd.conf. No .htaccess files exist.

<Directory "/usr/local/apache2/htdocs">
SSLRequireSSL
SSLOptions +StrictRequire
</Directory>

Thanks much for any help.
-- 
Lee