On 6/14/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > We've successfully set up apache with mod_proxy + mod_rewrite in front > of our (yet another) apache serving our webapps. > > We've an application that use some mod_ssl environment variables to work > properly (for example it use SSL_CLIENT_S_DN). The problem when > connecting through reverse proxy is those mod_ssl environment variables > are not available on the machine hosting the application. > > Is there any solution to forwarding this var to the application machine ?
You can set them in a cookie or in the query string. mod_rewrite can do either of these. Then, if necessary, mod_rewrite on the back-end machine could put them back in the environment. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]