You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by a9...@unet.univie.ac.at on 2000/06/20 11:44:43 UTC

PerlChildInitHandler

Hi!

Is it possible to pass variables defined with PerlSetVar to a
PerlChildInitHandler ?
If not, is there any other way to define variables in such a handler than
hardcoding values into the .pm?

domm
htpp://domm.zsi.at


Re: PerlChildInitHandler

Posted by Eric Cholet <ch...@logilune.com>.
> Hi!
> 
> Is it possible to pass variables defined with PerlSetVar to a
> PerlChildInitHandler ?
> If not, is there any other way to define variables in such a handler than
> hardcoding values into the .pm?


You can use Apache->server->dir_config() to access per-server config
variables.

--
Eric