Hello,
I'm trying to write a mod_perl based input filter that will change the
cookies in a request and then pass the request to mod_proxy. I think
i'm pretty close to figuring this out, but its not working. At this
point I can confirm my filter is running and modproxy is running, but
the cookie
Hello,
I've biult a perl connection filter that I've configured with
PerlFilterInputHandler, but for some reason it keeps getting called
for output. Am I missing something?
Thanks
Marc
On 1/11/07, Phil Whelan <[EMAIL PROTECTED]> wrote:
Hi Marc,
Do you have a example of the configuration and code you are using?
Cheers,
Phil
Sure,
Here's the code :
--
sub input : FilterConnectionHandler {
my $s = Apache2::ServerUtil->server;
Hello,
I've got an input stream filter built on Solaris 8 against IHS 6.1
that is for some reason generating the following errors:
[Mon Jan 22 14:01:59 2007] [error] Apache2::Filter::read: (11)
Resource temporarily unavailable at
/cookiefilter/ihs61/perl-lib/COMP/POC/CookieFilter/Inbound.pm line
As an FyI I am also seeing this on Apache 2.2.4
Thanks
Marc
-- Forwarded message --
From: Marc Boorshtein <[EMAIL PROTECTED]>
Date: Jan 22, 2007 2:06 PM
Subject: Stream Filter Generating "Resource Unavailable" errors
To: modperl@perl.apache.org
Hello,
I