Re: shared variable between PerlChildInitHandler and PerlResponseHandler

2010-08-19 Thread Mark Risher
Thank you for the suggestions. Unfortunately, I am still not able to make it work. Spurred by your advice, I examined my apache2.conf config. Here it is: PerlSwitches -I/mnt/hgfs/src/api# the path where my modules live PerlModule StartupLog PerlChildInitHandler StartupLog::child_init Se

shared variable between PerlChildInitHandler and PerlResponseHandler

2010-08-19 Thread Mark Risher
Hi, all: I am trying to load a configuration file into a hash during my PerlChildInitHandler and then access the values from PerlResponseHandler. However, even though the process number is the same, it seems that variables changed during the child_init() call revert back to their default values