Re: minor fix on httpd test case t/modules/include.t on perl-framework

2007-09-25 Thread Sriskanthaverl
Thanks Joe. Could you please consider this patch too, which I have posted some times back. http://mail-archives.apache.org/mod_mbox/httpd-dev/200703.mbox/[EMAIL PROTECTED] Regards Sris From: *Sriskanthaverl* <[EMAIL PROTECTED] > Date: Mar 9, 2007 11:17 PM Subject:

Re: [EMAIL PROTECTED] Apache Win32 Binary, mod_perl and mod_fcgid working

2007-09-25 Thread William A. Rowe, Jr.
Nick Kew wrote: > On Tue, 25 Sep 2007 16:20:00 -0500 > "William A. Rowe, Jr." <[EMAIL PROTECTED]> wrote: > >> Steffen wrote: >>> To inform you. >>> >>> We at http://www.apachelounge.com made a binary available which >>> works with mod-perl and mod-perl etc. >> How did the perl-framework regressio

Re: [EMAIL PROTECTED] Apache Win32 Binary, mod_perl and mod_fcgid working

2007-09-25 Thread Nick Kew
On Tue, 25 Sep 2007 16:20:00 -0500 "William A. Rowe, Jr." <[EMAIL PROTECTED]> wrote: > Steffen wrote: > > To inform you. > > > > We at http://www.apachelounge.com made a binary available which > > works with mod-perl and mod-perl etc. > > How did the perl-framework regression tests look; and wh

Re: [EMAIL PROTECTED] Apache Win32 Binary, mod_perl and mod_fcgid working

2007-09-25 Thread William A. Rowe, Jr.
Steffen wrote: > To inform you. > > We at http://www.apachelounge.com made a binary available which works > with mod-perl and mod-perl etc. How did the perl-framework regression tests look; and which patch did you happen to use? Or is this the cobbled-together 2.2.6 + smattering of 2.2.5 source

2.2.6 Win32 Binary, mod_perl and mod_fcgid working

2007-09-25 Thread Steffen
To inform you. We at http://www.apachelounge.com/forum/viewtopic.php?p=8901 made a binary available which works with mod-perl and mod-perl etc. Steffen

[mod_spelling] misuse of AcceptPathInfo?

2007-09-25 Thread Jose Kahan
Hi, Since Apache 2.2, one has to turn on AcceptPathInfo in order to correct directory mispelings: CheckSpelling On AcceptPathInfo On This is because mod_speling has the following code: [[ /* we default to reject path info (same as core handler) */ if ((r->used_path_info != AP_RE

[bug + naive patch] mod_negotiation + query parameters

2007-09-25 Thread Jose Kahan
Hi, This is a bug similar to PR 33112 which was fixed in 2.2.6. Query strings are not being passed along when mod_negotiation combines multiviews with typemap processing. The guilty party is the call to ap_internal_fast_redirect(sub_req, r) in mod_negotiation.c:handle_multi() which disca

Re: minor fix on httpd test case t/modules/include.t on perl-framework

2007-09-25 Thread Joe Orton
On Fri, Sep 21, 2007 at 12:19:27AM +0100, Sriskanthaverl wrote: > The following simple fix on t/modules/include.t make the test pass > through. Can I have your comments and get it committed. Thankyou. A few people have complained about this breaking; it seems to work just as well here so I've co

Re: [PATCH 43415] Logging remote port.

2007-09-25 Thread Ruediger Pluem
On 09/24/2007 10:55 PM, Jeff Trawick wrote: > On 9/24/07, Ruediger Pluem <[EMAIL PROTECTED]> wrote: > >> 1. I would use strcasecmp instead of strcmp to avoid case issues in the >> config. > > sure; FWIW, some other format string comparisons are not case > insignificant, but those can be check