> The best thing to do is to use the ssl_var_lookup hook which the C > interface to mod_ssl exports, or better yet, if using 2.0.51 or later, > the ssl_is_https hook. This means you don't have to use "SSLOptions > +StdEnvVars" to get SSL variables via subprocess_env, which adds a lot > of overhead since you probably don't need most of them, and the hook > orderings don't matter. > > You'd have to right Perl bindings for this first of course!
I've been meaning to take care of this since you mentioned it. http://www.modperlcookbook.org/~geoff/modules/Apache-SSLLookup-2.00_01.tar.gz I'll probably move it to cpan in the next day or so. --Geoff -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html