Hi all,

I have some problem in mod_perl apache for which i need some help.....
i set the environment variable in httpd.conf through rewrite rule

RewriteEngine on
RewriteRule (.*) - [E=TEST_VAR:some value]

and then i have the mod perl as below.....

<Location />
 PerlLogHandler CoinPassMod::LogDBI
</Location>

Is there anyway I can have this TEST_VAR value available in the LogDBI module directly? without passing by perlsetvar or perlsetenv ?

System >> RedHat 8
Apache >> 2
Mod_Perl >> 2

Thanks & Regards



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to