gam3 has asked for the wisdom of the Perl Monks concerning the following question:
Using mod_cgi these show up in the environment, but under ModPerl::PerlRun these are not exposed. Also $r->subprocess_env() does not make these environment variables available.
Does anyone know how I can get access to the mod_ssl information.
NOTE: I have found Apache2::ModSSL, but can't get it to work either.
UPDATE: And the answer is:
SSLOptions +StdEnvVars
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mod_perl / mod_ssl variable problem.
by Anonymous Monk on May 28, 2008 at 01:49 UTC |