On Thu, Feb 15, 2001 at 08:16:55PM +0530, tsudha wrote: [SNIP] > > Concept: > > 1) Outside server: Apache running on port 80 (normal) and on 443 (SSL) > all request are redirected to another apache server (non-ssl) port > 8000 > > 2) Inside server:Apache running on port 8000 with DG 2.7 plug-in. > Only listening on 127.0.0.1:8000 > > The problem Iam encountering here is that , if I set any environment > variable in the outside server , then that information is not passed to > the inside server. > So, my question is , can I set a custom HTTPS variable and pass from > outside SSL apache server to inside server as part of request ? Is > there any directive in mod_ssl that can handle this? > You could do something like what I did with mod_proxy_add_dn: http://www2.toftum.dk/apache/ - just add a check to make sure that it is in SSL mode. vh Mads Toftum -- `Darn it, who spiked my coffee with water?!' - lwall ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
