Re: PerlOutputFilterHandler does not work

2001-10-06 Thread Doug MacEachern
On Wed, 3 Oct 2001, Vladimir Volovich wrote: > Hello, > > I installed apache2.0 with mod_perl2.0 taken two days ago from cvs. > I need to use new filters support available in version2.0 of apache > and mod_perl, but i have a problem with filters. the TestFilter::lc module is working fine in the

PerlOutputFilterHandler does not work

2001-10-03 Thread Vladimir Volovich
Hello, I installed apache2.0 with mod_perl2.0 taken two days ago from cvs. I need to use new filters support available in version2.0 of apache and mod_perl, but i have a problem with filters. i tried to use the supplied test filter which comes with modperl-2.0/t/filter/TestFilter/lc.pm: added