Greetings,
I'm relatively new to mod_perl, so please forgive the ignorance.
I've managed to create an output filter, but I'm having a problem with an
input filter. The error I get is as per the subject line.
Here's the code:
apache config
Perlrequire /opt/code/scripts/apache2-perl-startup.pl
A further comment: the docs at
https://perl.apache.org/docs/2.0/api/Apache2/RequestRec.html#C_pool_
indicate $r->pool should work, but for some reason is not being found.
On Mon, Jun 20, 2016 at 1:10 AM, Henry Combrinck
wrote:
> Greetings,
>
> I'm relatively new to mod_perl, so please forgive t
Sent from my iPhone
> On Jun 19, 2016, at 19:10, Henry Combrinck wrote:
>
> Greetings,
>
> I'm relatively new to mod_perl, so please forgive the ignorance.
>
> I've managed to create an output filter, but I'm having a problem with an
> input filter. The error I get is as per the subject li