You can use mod_rewrite to force a redirect to the SSL port for requests
coming in to port 80:
RewriteEngine on
RewriteRule ^/foo https://%{HTTP_HOST}/foo [L,R]
-Tony
Quoting Tim Howell <[EMAIL PROTECTED]>:
> Philippe M. Chiasson wrote:
> : Tim Howell wrote:
> :: I've got several application
Philippe M. Chiasson wrote:
: Tim Howell wrote:
:: I've got several applications running under mod_perl 1.99. Two of my
:: scripts need to be secured using mod_ssl. I think that I have things
:: mostly setup correctly, and my server now allows me to request any
:: document/script that was previou
Tim Howell wrote:
I've got several applications running under mod_perl 1.99. Two of my
scripts need to be secured using mod_ssl. I think that I have things
mostly setup correctly, and my server now allows me to request any
document/script that was previously available over either a regular or
sec