> now i'm trying to tweak my httpd.conf so that if a user connects to a =
> secure area (https://host/secure_area) via an insecure protocol =
> (http://host/secure_area) that they are redirected to the secured =
> protocol (http+ssl over port 443). =20
> 
> temporarily, i'm use the SSLRequireSSL but that just Forbids access for =
> people viewing the secure area over http.  is it possible to either =
> redirect the client to https or apply some SSL directive that will =
> enable SSL on the fly?

Inside your insecure <VirtualHost> section, you could just add:
Redirect /secure_area https://host/secure_area

-- 
Patrick Robinson
AHNR Info Technology, Virginia Tech
[EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to