Getting configuration into a filter

2002-03-26 Thread Dan McGuirk
Hi, I'm writing a filter using modperl-2.0, and trying to figure out how to get per-directory configuration information passed into it. I've tried both PerlSetVar and PerlSetEnv, but nothing seems to be getting through. Below is a section of the httpd.conf and the code. The attempt to

Re: Getting configuration into a filter

2002-03-26 Thread Stas Bekman
Dan McGuirk wrote: Hi, I'm writing a filter using modperl-2.0, and trying to figure out how to get per-directory configuration information passed into it. I've tried both PerlSetVar and PerlSetEnv, but nothing seems to be getting through. Below is a section of the httpd.conf and the