I want to call mod_transform_set_XSLT (from mod_transform) in my
PerlResponseHandler. Is this possible?
Generally speaking, can I use methods from other apache modules in my
handlers?
--
Marc Lambrichs
Hi folks,
Maybe I'm just a complete newbie to this or I completely do not
understand what we're talking about here... :)
...but we've written a home-grown ad server that runs on
Apache2/mod_perl2/PgSQL that serves up 40 or more ads per second
(sustained) where each ad served includes 5-6 hits to
Hi,
I'm running into a problem with Apache::Request handling large POST
values on a RedHat ES 3 system using libapreq-2.02-dev and the RH rpm
package of apache (2.0.46-44.ent). The problem is that when a large
value (say a memo entered into a textarea box) is received
Apache::Request fails t
Daniel B. Hemmerich wrote:
Thanks for the good idea... it is a direction worth investigating
further. Until someone offers a potentially better solution, I will play
around with this and hopefully in the next few days report back on my
results!
Thanks again,
Daniel
Jonathan Vanasco wrote:
Joel Stevenson <[EMAIL PROTECTED]> writes:
> Has anyone else observed this behavior? Does anyone know if this has
> been fixed in any of the later versions of libapreq2 ?
Yes and yes; 2.02-dev is absolutely ancient history.
Apache::Request is called Apache2::Request nowadays;
if you can't upgrad
That sounds more like the opposite...
I do want Apache to be prefixing each error message with its data...
Unless I misunderstood what that page was saying
Arshavir Grigorian wrote:
Daniel B. Hemmerich wrote:
Thanks for the good idea... it is a direction worth investigating
further. Until so
Mark wrote:
> Mark wrote:
>
>> In 2.0.0, if there are heirarchical packages, and Apache2::Reload is
>> configured to reload the 'parent', it blows away the 'children' package
>> namespaces (and doesn't reload the children.) For example, if @INC has:
>>
>> Fubar.pm
>> Fubar/Child.pm
>>
>> And Apach