RE: How to prevent HTTPS access?

2004-01-06 Thread Sonny Sukumar
Hey Joe, Thanks for very much for your ideas on how to solve my problem. I'll make sure to check out apache.org for further details. Thanks again! Sonny --- joe [EMAIL PROTECTED] wrote: One method is to use the mod_rewrite module. You place the rewrite lines inside lt;VirtualHost

RE: How to prevent HTTPS access?

2004-01-05 Thread joe
One method is to use the mod_rewrite module. You place the rewrite lines inside lt;VirtualHost _default_:443gt; section of your httpd.conf file. # These rewrite any requests for pages over SSL that do not have the terms 'forms, images, incl, onlineopinion' in the URL. #RewriteEngine

Re: How to prevent HTTPS access?

2004-01-04 Thread Tim Funk
Via tomcat - there is no out of the box way. A simple way is to use a filter. Another simple way is to use mod_rewrite. -Tim Sonny Sukumar wrote: Hi guys, Does anybody know how to prevent HTTPS access to certain pages that don't need the SSL protection? I know how to protect sensitive pages