Mathias Herberts wrote:
I solved my problem by adding a

PerlModule ......

directive in my Apache conf, but I saw nowhere in the documentation about modules that this directive was needed, maybe this is something to add to avoid repeating my problem.

You mean the filter wasn't loaded until second request? (You should try with a single server mode to figure out on which request it comes up, use


httpd -DONE_PROCESS -DNO_DETACH

Next, you can enable tracing and run with env var MOD_PERL_TRACE=h, which will write to error_log all the info about handlers. Please see:
http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlTrace_




__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to