gt;
To: modperl@perl.apache.org
Cc: woinshet abdella <[EMAIL PROTECTED]>
Sent: Friday, March 28, 2008 10:10:20 AM
Subject: Re: Invoking an OutputFilterHandler for a particular User-Agent
On Fri 28 Mar 2008, woinshet abdella wrote:
> PerlRequire /usr/local/libexec/perl/startup.pl
>
On Fri 28 Mar 2008, woinshet abdella wrote:
> PerlRequire /usr/local/libexec/perl/startup.pl
> PerlModule Apache::CustomFilterTitle
>
> PerlOutputFilterHandler Apache::CustomFilterTitle
>
> ...
> This is working as expected.
> My question is, I need to find a way to invoke the handler ONLY
Hello,
I have added the following configuration in httpd.conf file to insert an output
filter handler into the output filters chain for processing .html files before
sending them to the client.
...
PerlRequire /usr/local/libexec/perl/startup.pl
PerlModule Apache::CustomFilterTitle
PerlO