Re: accessing environment variables set by other modules
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Apr 14, 2010 at 5:17 PM, Chris Datfung <[email protected]> wrote: > What I'm looking for is a way to access the environment variables stored in > the internal Apache structure. Any leads of how to access these environment > variables is much appreciated. The subprocess_env info that Adam sent you should have worked. Can you show us what you tried? Can you try it in a response handler to make sure it's not an odd bug with filters? - Perrin