Re: svn commit: r425454 - in /httpd/httpd/trunk: CHANGES modules/proxy/NWGNUproxyajp modules/proxy/ajp_utils.c modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h modules/proxy/mod_proxy_ajp.c modules

2006-07-26 Thread Joe Orton
On Tue, Jul 25, 2006 at 04:50:07PM -, Mladen Turk wrote: Author: mturk Date: Tue Jul 25 09:50:07 2006 New Revision: 425454 URL: http://svn.apache.org/viewvc?rev=425454view=rev Log: Added cping/cpong support for the AJP protocol. This is missing a prototype in ajp.h: mod_proxy_ajp.c:

mod_isapi and STATUS

2006-07-26 Thread Nick Kew
I've just looked at wrowe's patch and find no fault, but reviewing it to the point where I'd feel comfortable voting +1 defeats me. Do you have any pointers to your feedback from satisfied users, or similarly relevant material? -- Nick Kew

Re: svn commit: r425454 - in /httpd/httpd/trunk: CHANGES modules/proxy/NWGNUproxyajp modules/proxy/ajp_utils.c modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h modules/proxy/mod_proxy_ajp.c modules

2006-07-26 Thread Mladen Turk
Joe Orton wrote: On Tue, Jul 25, 2006 at 04:50:07PM -, Mladen Turk wrote: Author: mturk Date: Tue Jul 25 09:50:07 2006 New Revision: 425454 URL: http://svn.apache.org/viewvc?rev=425454view=rev Log: Added cping/cpong support for the AJP protocol. This is missing a prototype in ajp.h:

Re: proxy balancer backports for 2.2.3

2006-07-26 Thread Mladen Turk
William A. Rowe, Jr. wrote: William A. Rowe, Jr. wrote: All of this sounds great! But I'm planning to TR by Wednesday, it's just been way too long since we've had a release. Pathetic really :) Just to make sure 2.2.3 and 2.0.59 are rock solid, I'll slide this to Thursday morning. Please

Re: proxy balancer backports for 2.2.3

2006-07-26 Thread Nick Kew
On Wednesday 26 July 2006 11:02, Mladen Turk wrote: There are lots of things to backport. IMHO its the entire HEAD, and spread over the multiple svn commits. How we should deal with that? Having multiple backports or a single one? IMO if we try and deal with that for a security release this

Re: proxy balancer backports for 2.2.3

2006-07-26 Thread Mladen Turk
Nick Kew wrote: On Wednesday 26 July 2006 11:02, Mladen Turk wrote: There are lots of things to backport. IMHO its the entire HEAD, and spread over the multiple svn commits. How we should deal with that? Having multiple backports or a single one? IMO if we try and deal with that for a

Re: proxy balancer backports for 2.2.3

2006-07-26 Thread Ruediger Pluem
On 07/26/2006 12:07 PM, Nick Kew wrote: On Wednesday 26 July 2006 11:02, Mladen Turk wrote: There are lots of things to backport. IMHO its the entire HEAD, and spread over the multiple svn commits. How we should deal with that? Having multiple backports or a single one? IMO if we try

[jira] Commented: (MODPYTHON-169) Add feature to allow mod_python to be an auth provider.

2006-07-26 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-169?page=comments#action_12423609 ] Graham Dumpleton commented on MODPYTHON-169: At the same time as looking into how to allow mod_python to act as an auth provider, should also look

Re: svn commit: r425734 - in /httpd/httpd/branches/httpd-proxy-scoreboard/modules/mem: config5.m4 mod_plainmem.c mod_scoreboard.c mod_sharedmem.c sharedmem_util.c slotmem.h

2006-07-26 Thread Ruediger Pluem
On 26.07.2006 15:42, [EMAIL PROTECTED] wrote: Author: jfclere Date: Wed Jul 26 06:42:43 2006 New Revision: 425734 URL: http://svn.apache.org/viewvc?rev=425734view=rev Log: Add ap_slotmem_attach() to the slotmem_storage_method. Cut mod_sharemem.c in 2 so that its features could be used

Re: 401 response with reject ip?

2006-07-26 Thread Ruediger Pluem
On Mon, Jul 24, 2006 at 9:02 AM, in message [EMAIL PROTECTED], Well, I think that the following patch in mod_authz_core.c fixes the problem that you are looking at: @@ -628,16 +633,25 @@ switch (auth_result) { case AUTHZ_DENIED: +case

Re: proxy balancer backports for 2.2.3

2006-07-26 Thread Jim Jagielski
Nick Kew wrote: IMO if we try and deal with that for a security release this week, we'll botch it. that should not have been made known yet... -- === Jim Jagielski [|] [EMAIL PROTECTED] [|]

Re: proxy balancer backports for 2.2.3

2006-07-26 Thread Jim Jagielski
Mladen Turk wrote: There are lots of things to backport. IMHO its the entire HEAD, and spread over the multiple svn commits. How we should deal with that? Having multiple backports or a single one? The patches before my addition for cping/cpong, that BTW is configurable, and as such

Re: 401 response with reject ip?

2006-07-26 Thread Brad Nicholes
On 7/26/2006 at 9:11 AM, in message [EMAIL PROTECTED], Ruediger Pluem [EMAIL PROTECTED] wrote: On Mon, Jul 24, 2006 at 9:02 AM, in message [EMAIL PROTECTED], Well, I think that the following patch in mod_authz_core.c fixes the problem that you are looking at: @@ -628,16 +633,25 @@

Re: proxy balancer backports for 2.2.3

2006-07-26 Thread Mladen Turk
Jim Jagielski wrote: Mladen Turk wrote: There are lots of things to backport. IMHO its the entire HEAD, and spread over the multiple svn commits. How we should deal with that? Having multiple backports or a single one? we should simply update STATUS as usually... most of the backports are

Re: 401 response with reject ip?

2006-07-26 Thread Ruediger Pluem
On 26.07.2006 17:24, Brad Nicholes wrote: At this point I consider it to be a bug. This is the patch that I am currently working on that includes the use of AUTHZ_NEUTRAL return code. Then I will wait for this patch. I think that if the reject condition is satisfied then the request

Re: svn commit: r425561 - /httpd/httpd/branches/2.2.x/STATUS

2006-07-26 Thread Jeff Trawick
On 7/26/06, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: * mod_isapi: Simply backport the host of fixes for compilation on unix, PR#'s 15993 29098 30022 16637 30033 28089 by pushing to trunk/ rev 416293 of modules/arch/win32/mod_isapi.[ch] which compiles without

Re: svn commit: r425734 - in /httpd/httpd/branches/httpd-proxy-scoreboard/modules/mem: config5.m4 mod_plainmem.c mod_scoreboard.c mod_sharedmem.c sharedmem_util.c slotmem.h

2006-07-26 Thread Jean-frederic Clere
Ruediger Pluem wrote: On 26.07.2006 15:42, [EMAIL PROTECTED] wrote: Author: jfclere Date: Wed Jul 26 06:42:43 2006 New Revision: 425734 URL: http://svn.apache.org/viewvc?rev=425734view=rev Log: Add ap_slotmem_attach() to the slotmem_storage_method. Cut mod_sharemem.c in 2 so that its

Re: svn commit: r425734 - in /httpd/httpd/branches/httpd-proxy-scoreboard/modules/mem: config5.m4 mod_plainmem.c mod_scoreboard.c mod_sharedmem.c sharedmem_util.c slotmem.h

2006-07-26 Thread Ruediger Pluem
On 26.07.2006 17:39, Jean-frederic Clere wrote: Ruediger Pluem wrote: Too much copy and paste? We already found it above and what we are searching for is in *new isn't it? (Maybe we should also set *new to NULL in the beginning to have a defined return value?) No... There is a typo:

httpd-proxy-scoreboard

2006-07-26 Thread Jean-frederic Clere
Hi, I have started to write a generic health-checker for mod_proxy. I would like to change the macro PROXY_WORKER_IS_USABLE() to a routine in proxy_util.c. Comments? Another problem I have is to decide the max size of the slot mem for the worker: proxy_lb_workers() only gives the right

Re: httpd-proxy-scoreboard

2006-07-26 Thread Ruediger Pluem
On 26.07.2006 18:11, Jean-frederic Clere wrote: Hi, I have started to write a generic health-checker for mod_proxy. I would like to change the macro PROXY_WORKER_IS_USABLE() to a routine in proxy_util.c. Comments? From my current point of view we should keep this macro as a simple bit

Re: mod_python 3.2.10 core vote

2006-07-26 Thread Nicolas Lehuen
+1 too.2006/7/26, Jim Gallacher [EMAIL PROTECTED]: I think it's time for a core vote on the 3.2.10 release, as no more testresults have appeared since Saturday.This vote is for the mod_python core only (Jim, Graham, Grisha and Nicolas).I am:+1 release now JimTest summary:+1 Fedora Core 5, Apache

Please Review! Path for os/win32/os.h - new reports Win64 when build for 64-bit

2006-07-26 Thread Jorge Schrauwen
Ok this is my first path so please bare with me and review.Since I'm rather new to C I did a lot of research and testing on this.More information regarding the changes: http://msdn.microsoft.com/msdnmag/issues/06/05/x64/default.aspx#S4 --- os\win32\os.h -- os.h.orig 2006-04-22

Re: Please Review! Path for os/win32/os.h - new reports Win64 when build for 64-bit

2006-07-26 Thread Ruediger Pluem
On 07/26/2006 10:10 PM, Jorge Schrauwen wrote: Ok this is my first path so please bare with me and review. Since I'm rather new to C I did a lot of research and testing on this. More information regarding the changes: http://msdn.microsoft.com/msdnmag/issues/06/05/x64/default.aspx#S4

Re: httpd-proxy-scoreboard

2006-07-26 Thread Jean-frederic Clere
Ruediger Pluem wrote: On 26.07.2006 18:11, Jean-frederic Clere wrote: Hi, I have started to write a generic health-checker for mod_proxy. I would like to change the macro PROXY_WORKER_IS_USABLE() to a routine in proxy_util.c. Comments? From my current point of view we should keep

Re: Please Review! Path for os/win32/os.h - new reports Win64 when build for 64-bit

2006-07-26 Thread Jorge Schrauwen
I just tried lots of diferent comment styles like #, ', ... till i found one that worked. never though there would be more that one... makes sence though, especially for larger blocks of comment.So here is an updated diff file. On 7/26/06, Ruediger Pluem [EMAIL PROTECTED] wrote: On 07/26/2006

urgent need ur help!!

2006-07-26 Thread sridevi polavaram
Please don't get annoyed if you are receiving this multiple times..i am new and i am not sure if this message has been posted or not.Dear Forum,I am posting a query for the first time. That too only because i didn't find any other resource for help!! I have successfully setup Virtualhost

Re: urgent need ur help!!

2006-07-26 Thread Guy Hulbert
Sridevi. This is entirely the wrong place to post this. This is what you want: http://httpd.apache.org/userslist.html Here is the central page which describes which lists to use: http://httpd.apache.org/lists.html If you speak better German than English, there is a German version of the

Re: urgent need ur help!!

2006-07-26 Thread sridevi polavaram
thankyou very much!On 7/26/06, Guy Hulbert [EMAIL PROTECTED] wrote: Sridevi.This is entirely the wrong place to post this.This is what you want:http://httpd.apache.org/userslist.htmlHere is the central page which describes which lists to use: http://httpd.apache.org/lists.htmlIf you speak better

Re: Please Review! Path for os/win32/os.h - new reports Win64 when build for 64-bit

2006-07-26 Thread William A. Rowe, Jr.
Jorge Schrauwen wrote: I just tried lots of diferent comment styles like #, ', ... till i found one that worked. never though there would be more that one... makes sence though, especially for larger blocks of comment. It makes sense because MS has spoiled you into thinking // is for

Re: mod_python 3.2.10 core vote

2006-07-26 Thread Graham Dumpleton
+1 On 26/07/2006, at 10:49 PM, Jim Gallacher wrote: I think it's time for a core vote on the 3.2.10 release, as no more test results have appeared since Saturday. This vote is for the mod_python core only (Jim, Graham, Grisha and Nicolas). I am: +1 release now Jim Test summary: +1

Re: httpd-proxy-scoreboard

2006-07-26 Thread Ruediger Pluem
On 07/26/2006 10:53 PM, Jean-frederic Clere wrote: I already have a prototype of an external health checker process that uses an AJP cping/cpong and a simple connect for http/https. Basicaly mod_proxy uses the health_worker_method routine to write and read from a slot mem that contains the

Re: mod_python 3.2.10 core vote

2006-07-26 Thread Nicolas Lehuen
Just to make sure I've reinstalled my Python 2.3 test environment...So even if I've already voted, I've got an additional +1 Windows 2000 Server SP4, Apache 2.0.58 (mpm-winnt), Python 2.3.5Regards, Nicolas2006/7/26, Nicolas Lehuen [EMAIL PROTECTED]: +1 too.2006/7/26, Jim Gallacher [EMAIL

Re: mod_isapi randomly produces corrupt output

2006-07-26 Thread William A. Rowe, Jr.
Chris, are you setting the FakeAsync flag, and if you do, does this solve it or change the behavior? http://httpd.apache.org/docs/trunk/mod/mod_isapi.html#isapifakeasync Note several MS examples abuse the CID (connection context) and don't set it, and apparently MS no longer inspects it. But

Re: mod_isapi and STATUS

2006-07-26 Thread William A. Rowe, Jr.
Nick Kew wrote: I've just looked at wrowe's patch and find no fault, but reviewing it to the point where I'd feel comfortable voting +1 defeats me. Do you have any pointers to your feedback from satisfied users, or similarly relevant material? Try this query

[PATCH] Re: svn commit: r425561 - /httpd/httpd/branches/2.2.x/STATUS

2006-07-26 Thread William A. Rowe, Jr.
Jeff Trawick wrote: On 7/26/06, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: * mod_isapi: Simply backport the host of fixes for compilation on unix, PR#'s 15993 29098 30022 16637 30033 28089 by pushing to trunk/ rev 416293 of modules/arch/win32/mod_isapi.[ch]

[STATUS] (httpd-trunk) Wed Jul 26 23:47:41 2006

2006-07-26 Thread Rodent of Unusual Size
APACHE 2.3 STATUS: -*-text-*- Last modified at [$Date: 2006-05-31 15:34:37 -0400 (Wed, 31 May 2006) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/httpd/httpd/trunk/STATUS Documentation status is maintained

[STATUS] (httpd-2.0) Wed Jul 26 23:48:37 2006

2006-07-26 Thread Rodent of Unusual Size
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2006-07-26 18:54:36 -0400 (Wed, 26 Jul 2006) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x/STATUS Documentation status is

[jira] Commented: (MODPYTHON-143) Implement and integrate a new module importer.

2006-07-26 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-143?page=comments#action_12423617 ] Graham Dumpleton commented on MODPYTHON-143: As per previous comments in: http://www.modpython.org/pipermail/mod_python/2006-May/021095.html

[jira] Assigned: (MODPYTHON-178) mod_python.psp should return 404 and not 500 when PSP file doesn't exist.

2006-07-26 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-178?page=all ] Graham Dumpleton reassigned MODPYTHON-178: -- Assignee: Graham Dumpleton mod_python.psp should return 404 and not 500 when PSP file doesn't exist.

[jira] Work started: (MODPYTHON-178) mod_python.psp should return 404 and not 500 when PSP file doesn't exist.

2006-07-26 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-178?page=all ] Work on MODPYTHON-178 started by Graham Dumpleton. mod_python.psp should return 404 and not 500 when PSP file doesn't exist. - Key:

[jira] Resolved: (MODPYTHON-178) mod_python.psp should return 404 and not 500 when PSP file doesn't exist.

2006-07-26 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-178?page=all ] Graham Dumpleton resolved MODPYTHON-178. Fix Version/s: 3.3 Resolution: Fixed mod_python.psp should return 404 and not 500 when PSP file doesn't exist.

Trac and FieldStorage

2006-07-26 Thread Graham Dumpleton
The outcome of incompatibilities between Trac and changes made to FieldStorage in mod_python 3.2.9 resulted in us reversing out the changes. The thought I expressed at the time was that we keep what would be incompatible code for mod_python 3.3 on the basis that next version of Trac will use

Re: Trac and FieldStorage

2006-07-26 Thread Jim Gallacher
Graham Dumpleton wrote: The outcome of incompatibilities between Trac and changes made to FieldStorage in mod_python 3.2.9 resulted in us reversing out the changes. The thought I expressed at the time was that we keep what would be incompatible code for mod_python 3.3 on the basis that next