Re: Invoking an OutputFilterHandler for a particular User-Agent

2008-03-28 Thread woinshet abdella
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 >

Re: Invoking an OutputFilterHandler for a particular User-Agent

2008-03-28 Thread Torsten Foertsch
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

Invoking an OutputFilterHandler for a particular User-Agent

2008-03-28 Thread woinshet abdella
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