Hi

I have a web app which serves both static and non static content, both secure and unsecure(https and http).
Now, all my ssl configuration is under my secure virtual host, such that it applies to everything. However, I have quite a bit static content(images, css, javascript.,...) which doesn't need to be very secure. I somewhat only want to secure my dynamic content.
But, I don't want to generate absolute URLs on the fly to link to non-secure static content. What I want is to make request to certain urls "less secure" such that processing is faster. For example, I have a directory called art, which is just a defined alias for a directory. Is there a way to make ssl processing for this directory less restrictive than for the "generic requests" to the virtual host so that processing is faster?


Home someone can help

Henrik Bentel

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to