> the problem is i can't seem to find a way to get configration variables 
> from httpd.conf inside a BEGIN or a PerlChildInitHandler. i set the 
> variables with  PerlSetVar inside <Location ...> sections.

use Apache->server->dir_config as eric already suggested to you.  you'll
have to move the PerlSetVar outside of <Location ...> though.
you can use PerlSetEnv too.

Reply via email to