and want to set a variable for each one. This
>>>> variable is needed in the authentication handler. I can create a
>>>> database
>>>> and store values by the host name but setting them in the environment
>>>> would
>>>> be easier.
>
g/config.html#C_PerlPassEnv_
--
View this message in context:
http://www.nabble.com/Retrieve-server-environment-vars-before-response-handler.-tf2305332.html#a6413194
Sent from the mod_perl - General mailing list archive at Nabble.com.
d
>> be easier.
>
> It sounds like you are looking for PerlPassEnv
>
> http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlPassEnv_
>
>
--
View this message in context:
http://www.nabble.com/Retrieve-server-environment-vars-before-response-handler.-tf2305332.html#a6413194
Sent from the mod_perl - General mailing list archive at Nabble.com.
Can anybody tell me why that doesn't work when you want to access environment
variables set from the process that launches Apache and that you want to access
those variables in your stanza in your httpd.conf?
I recently had to do this because from what I could see PerlPassEnv doesn't work
when yo
stevethames wrote:
Can anyone tell me how to retrieve the environment variables set by the
Apache server in the PerlAuthenHandler or the PerlHeaderParserHandler?
Basically any handler that is called before the PerlResponseHandler.
I am using virtual hosts and want to set a variable for each o
is needed in the authentication handler. I can create a database
and store values by the host name but setting them in the environment would
be easier.
Thanks.
--
View this message in context:
http://www.nabble.com/Retrieve-server-environment-vars-before-response-handler.-tf2305332.html#a6407760