* Joe Orton <[EMAIL PROTECTED]> wrote:

> > Sounds good. But we'd need to hook the variable creation earlier anyway,
> > since ssl_var_lookup finally just uses r->subprocess_env.
> 
> I don't see how that follows; if you're just trying to retrieve a
> non-SSL subprocess_env var via ssl_var_lookup(), why would registering
> the SSL variables earlier make a difference?

Because ssl_var_lookup uses r->subprocess_env, which is not filled at early
stage (and never filled without SSLOptions +StdEnvVars) with SSL stuff.

So we'd need to rewrite ssl_lookup_vars e.g. like it was done in mod_rewrite
(2.1).

nd

Reply via email to