calling methods from other modules

2005-06-01 Thread Marc Lambrichs
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

Re: high throughput perl server

2005-06-01 Thread Joel
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

Problem with long POST parameter values in Apache::Request

2005-06-01 Thread Joel Stevenson
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

Re: Apache Error Log Format

2005-06-01 Thread Arshavir Grigorian
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:

Re: Problem with long POST parameter values in Apache::Request

2005-06-01 Thread Joe Schaefer
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

Re: Apache Error Log Format

2005-06-01 Thread Daniel B. Hemmerich
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

Re: Apache2::Reload problem (ModPerl::Util bug)

2005-06-01 Thread Philippe M. Chiasson
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