Geoffrey Young wrote:
actually, what I would do is work around it for now then
wait
until we have something like APACHE1, APACHE2, and additional
breakdowns of
APACHE20, APACHE22, and Apache23 (or somesuch).
May be just comment out 'IdentityCheck On' with an explanation of why we
did so, until we
>> actually, what I would do is work around it for now then
>> wait
>> until we have something like APACHE1, APACHE2, and additional
>> breakdowns of
>> APACHE20, APACHE22, and Apache23 (or somesuch).
>
>
> May be just comment out 'IdentityCheck On' with an explanation of why we
> did so, until w
In trying to make sense of Apache::CmdParms->limited() I realized it was
mainly useless to expose, and that there was a method ap_method_is_limited()
designed for that exact purpose.
So the following patch removed the parms->limited field and replaces it
with ap_method_is_limited(). For consistency
Geoffrey Young wrote:
On the perl level yes, but I'm not sure about the config, it should be
something like:
IdentityCheck On
IdentityCheck On
but I don't think we have that , Geoff?
no, not at the moment, but I think it's likely in order, especially with 2.2
on the way. actua
Stas Bekman wrote:
> Stas Bekman wrote:
>
>> I've tried to test whether mp2 works fine with 2.0.47, but I couldn't
>> even start 2.0.47. It segfaults at the startup:
>
>
> the same story with 2.0.48.
>
> it segfaults doing a simple thing like 'httpd -h'
>
> It does work starting with 2.0.49.
Stas Bekman wrote:
> Stas Bekman wrote:
>
>>> /* added in APACHE_2_0_47/APR_0_9_4 */
>>> void apr_table_compress(apr_table_t *t, unsigned flags);
>>
>>
>>
>> Ah, this is a _15 showstopper, we need to cut out the broken support
>> for 2.0.46, make it 2.0.47, and document that. At the moment it j
> On the perl level yes, but I'm not sure about the config, it should be
> something like:
>
>
>
> IdentityCheck On
>
>
>
> IdentityCheck On
>
>
> but I don't think we have that , Geoff?
no, not at the moment, but I think it's likely in order, especially with 2.2
on the
On Sun, 15 Aug 2004, Stas Bekman wrote:
> Markus Wichitill wrote:
[ .. ]
> > [Sun Aug 15 21:56:45 2004] [error] Can't locate
> > ApacheTest/PerlRequireTest.pm in @INC (@INC contains: C:\\Dev\\src\\modp
> > erl-2.0-test\\t\\response C:\\Dev\\src\\modperl-2.0-test\\t\\protocol
> > C:\\Dev\\src\\modp