On Sat, Feb 14, 2004 at 12:15:23AM -0500, Geoffrey Young wrote:

> my thought is still that %ENV information like this is only relevant during
> content-generation: you're obviously using mod_perl if you're running a
> handler for any other phase.  furthermore, I think it probably needs to
> respect the -SetupEnv speedup: -SetupEnv means that you don't care about
> CGI-style things, which by definition means that you don't care what the
> GATEWAY_INTERFACE setting is, since you don't have stuff like
> $ENV{REMOTE_USER} anyway.  after all, GATEWAY_INTERFACE is set up in
> ap_add_cgi_vars, and with -SetupEnv we're specifically supressing that call.
> 
> so I think it's ok that with -SetupEnv $ENV{MOD_PERL} is the only thing that
> survivies.  at least this late at night :)

As long as "-SetupEnv" does not override a "SSLOptions +StdEnvVars" 
it's only important at all for people who seriously think that a real
"-SetupEnv speedup" exists. 

-- 

  ciao - 
    Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to