Hi there,
I would like to filter incoming request and denie any
browser not using a 128 bits encryption. If the browser as
128 bits then it get proxyed over to mysrv.
I tried this but it does'nt work because
HTTPS_SECRETKEYSIZE is not available to mod_rewrite.
RewriteCond %{ENV:HTTPS_SECRETKEYSIZE} <128
RewriteRule ^/(.*)$ /get128bitbrowser.html [L]
#
RewriteRule ^/(.*)$ http://mysrv/$1 [P,L]
#
ProxyRequests on
NoCache *
ProxyPassReverse / http://mysrv/
Any suggestions ?
Thanks in advance
Jean Laganiere
[EMAIL PROTECTED]
-------------------
Email sent using AnyEmail (http://netbula.com/anyemail/)
Netbula LLC is not responsible for the content of this email
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]