Matt Sergeant wrote:
> There's a bug in Apache::Test that prevents it from working properly
> when you're trying to test something with mp1 when you've got mp2
> installed.
>
> What happens is that Apache::TestConfig does this:
>
> use constant IS_MOD_PERL_2 =>
> eval { require mod_pe
There's a bug in Apache::Test that prevents it from working properly
when you're trying to test something with mp1 when you've got mp2
installed.
What happens is that Apache::TestConfig does this:
use constant IS_MOD_PERL_2 =>
eval { require mod_perl2 } || 0;
Which of course is wron
Hi folks,
apreq-dev@ is ramping up for a new 2.06-dev release,
and we need your feedback. Please download and test
release candidate #3 at
http://people.apache.org/~joes/libapreq2-2.06-dev-rc3.tar.gz
Please report your experiences by following up
to this thread. Thanks!
===
In the documentation of a module I'd like to use it says:
'Make sure your mod_perl is at least 1.24, with StackedHandlers,
MethodHandlers, Authen, and Authz compiled in.'
How can I tell what modules my version of mod_perl(1.29) is compiled
with?
Thank you.
I'be just subscribed to libapreq, I'll follow the question there.
El dj 14 de 07 del 2005 a les 11:49 -0400, en/na Philip M. Gollucci va escriure:
Forwarding to apreq-dev list. I might be a ble to look at this but not
until later.
Marc Gràcia wrote:
> Hi everybody, I think we've found
El dj 14 de 07 del 2005 a les 14:18 -0400, en/na Joe Schaefer va escriure:
Marc Gràcia <[EMAIL PROTECTED]> writes:
> The problem is the value of a post parameter ends with an accentued char
> (áó etc... I dont know if you can view that...) the full process dies in
> the
>