I would like to set a bunch of environment variables inside apache for
use in cgi scripts. I am using apache 1.3.12 with mod_perl.
I don't want to hard code all the variables with SetEnv or PassEnv
inside the conf file. Is there a way to tell apache to pass along all
of the environment variables that are set when the startup script
runs? Or is there a way to set them dynamically according to what is
set when apache is started up?
Thanks,