-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
I need a mix between AddOutputFilterByType and PerlSetOutputFilter, i.e. an AddOutputFilterByType preserving filter ordering. Can that be achieved?
Could the type somehow be mapped to the <FilesMatch> block?
I doubt we are going to add a Perl equivalent to all Apache filtering directives. It will be like reinventing the wheel. I think after mp2.0 is released, we might need to come up with an alternative API which will be less mod_perl user friendly but deploy the standard Apache API. (in mp2.2?)
(the main problem is that you need to register a filter before you can use that. That's easy with C modules, since it's not moving. With mod_perl it makes things a bit hard for the users. so we chose to implement our own approach that doesn't require that pre-registration.
since everybody talks about releasing Apache 2.2 soonish, we better get mp2.0 out before Apache 2.2 is released :)
-- __________________________________________________________________ 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
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html