RE: Securing two scripts with mod_ssl

2004-10-27 Thread Tony Clayton
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

RE: Securing two scripts with mod_ssl

2004-10-27 Thread Tim Howell
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

Re: Securing two scripts with mod_ssl

2004-10-27 Thread Philippe M. Chiasson
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