Hi,
I am trying to write a handler that modifies the content of the page
based on a regex match. essentially im trying to modify
tags in the outgoing HTML pages.
Now I am trying to do this using PerlOutputFilterHandler. I have the
following questions:
a) Is this the right filter to use for an app
The results of the mod_perl survey that Fred Moyer and I conducted can
be found at the following link:
http://kabob.ca/mod_perl_survey/
Here's a quick list of obvious (though arguable) conclusions:
- a lot of people have switched to mod_perl 2, mod_perl 1 is still very
significant.
- most of the
I would be helpful if the Introducing mod_perl Handlers page at
http://perl.apache.org/docs/2.0/user/handlers/intro.html included a
section describing the arguments to the handler functions and if the
description of the handlers (PerlResponseHandler in particular) included
a link to the existi