On 6/14/05, lists@xxxxxxxx <lists@xxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx