Re: Testing with multiple installs of Apache (different versions; installed but not running)

2007-09-25 Thread Jeremy Sowden
David Wortham wrote: I am a module developer with a little experience. I'm not looking for everyday sysadmin info. When my module went public, I noticed that there were some notable differences between 2.0 and 2.2... which makes me wonder if it is possible to install of 2.0.x and 2.2.x on

Re: Passing parameters to PHP

2007-09-25 Thread Issac Goldstand
Just for the request. Issac Sam Carleton wrote: On 8/15/07, Brian J. France [EMAIL PROTECTED] wrote: On Aug 15, 2007, at 3:46 PM, Sam Carleton wrote: Is there any way for my apache module to pass parameters in such a way that my php code can get at them? Stick the data

Re: Testing with multiple installs of Apache (different versions; installed but not running)

2007-09-25 Thread David Wortham
Thanks Jeremy. That's exactly what I needed to know. Dave On 9/25/07, Jeremy Sowden [EMAIL PROTECTED] wrote: David Wortham wrote: I am a module developer with a little experience. I'm not looking for everyday sysadmin info. When my module went public, I noticed that there were some

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 checked for in

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

[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

[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: IfModule mod_speling.c CheckSpelling On AcceptPathInfo On /IfModule This is because mod_speling has the following code: [[ /* we default to reject path info (same as core handler) */

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

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 sources?

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 which patch did

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 regression tests look; and

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] mailto:[EMAIL PROTECTED] Date: Mar 9, 2007 11:17 PM Subject: A