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 test suite, so i'm not
sure what the problem is.  can you puts some warn()s in there to see if
the filter is actually being called?
you can also build with perl Makefile.PL MP_DEBUG=1 then configure:
PerlTrace f
or
PerlTrace all
to get some tracing info from modperl.
 
> but apache always closes the connection whenever i access files in
> /test, and even does not print anything into the error_log. :(

can you access the files in /test without the PerlOutputFilterHandler
configure?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to