Hi,
> Michael Conley [SMTP:[EMAIL PROTECTED]] asked:
[...]
> My question is how do I control which files can be accessed via http and
> which can only be accessed by https?
[...]
That's rather an Apache or mod_ssl than an OpenSSL question.
Basically, you might want to consider to create a virtual host
(same ip, different port) for SSL only and give that a different
document root directory. You'd then disable SSL in the main
server context (SSLEngine off) and reenable it in the virtual
host context.
HTH,
Thomas
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]