Re: svn commit: r723627 - in /httpd/httpd/branches/wombat-integration: include/util_script.h server/util_script.c

2008-12-06 Thread Ruediger Pluem
On 12/05/2008 08:15 AM, [EMAIL PROTECTED] wrote: Author: pquerna Date: Thu Dec 4 23:15:22 2008 New Revision: 723627 URL: http://svn.apache.org/viewvc?rev=723627view=rev Log: Add new api, ap_args_to_table, to parse a request's arguments into a table. Modified:

Re: svn commit: r723652 - in /httpd/httpd/branches/wombat-integration: include/httpd.h include/util_script.h server/util_script.c

2008-12-06 Thread Ruediger Pluem
On 12/05/2008 09:36 AM, [EMAIL PROTECTED] wrote: Author: pquerna Date: Fri Dec 5 00:36:26 2008 New Revision: 723652 URL: http://svn.apache.org/viewvc?rev=723652view=rev Log: New API, ap_body_to_table, a very ineffeicent and bad hack to remove an apreq dependency. Modified:

Re: svn commit: r723627 - in /httpd/httpd/branches/wombat-integration: include/util_script.h server/util_script.c

2008-12-06 Thread Ruediger Pluem
On 12/06/2008 09:46 AM, Ruediger Pluem wrote: On 12/05/2008 08:15 AM, [EMAIL PROTECTED] wrote: Author: pquerna Date: Thu Dec 4 23:15:22 2008 New Revision: 723627 URL: http://svn.apache.org/viewvc?rev=723627view=rev Log: Add new api, ap_args_to_table, to parse a request's arguments

Re: svn commit: r721952 - in /httpd/httpd/trunk: ./ modules/ modules/cluster/

2008-12-06 Thread Takashi Sato
On Mon, 01 Dec 2008 02:55:15 - [EMAIL PROTECTED] wrote: Author: pquerna Date: Sun Nov 30 18:55:14 2008 New Revision: 721952 URL: http://svn.apache.org/viewvc?rev=721952view=rev Log: Add two new modules, originally written at Joost, to handle load balancing across multiple apache

[VOTE] Release Apache HTTP server 2.2.11

2008-12-06 Thread Ruediger Pluem
Test tarballs for Apache httpd 2.2.11 are available at: http://httpd.apache.org/dev/dist/ Your votes please; +/-1 [ ] Release httpd-2.2.11 as GA Regards Rüdiger

Re: [VOTE] Release Apache HTTP server 2.2.11

2008-12-06 Thread Oden Eriksson
Den Saturday 06 December 2008 17:30:05 skrev Ruediger Pluem: Test tarballs for Apache httpd 2.2.11 are available at: http://httpd.apache.org/dev/dist/ Your votes please; +/-1 [ ] Release httpd-2.2.11 as GA Regards Rüdiger It builds fine on Mandriva. -- Regards // Oden

Re: [VOTE] Release Apache HTTP server 2.2.11

2008-12-06 Thread Jim Jagielski
When will you close the vote? On Dec 6, 2008, at 11:30 AM, Ruediger Pluem wrote: Test tarballs for Apache httpd 2.2.11 are available at: http://httpd.apache.org/dev/dist/ Your votes please; +/-1 [ ] Release httpd-2.2.11 as GA Regards Rüdiger

Re: [VOTE] Release Apache HTTP server 2.2.11

2008-12-06 Thread Cafer Şimşek
Ruediger Pluem [EMAIL PROTECTED] writes: Test tarballs for Apache httpd 2.2.11 are available at: http://httpd.apache.org/dev/dist/ Your votes please; +/-1 [ ] Release httpd-2.2.11 as GA Regards Rüdiger Builds on Ubuntu 8.10. Best Regards. -- Cafer Şimşek http://cafer.org/

Re: [VOTE] Release Apache HTTP server 2.2.11

2008-12-06 Thread Ruediger Pluem
On 12/06/2008 07:25 PM, Jim Jagielski wrote: When will you close the vote? Sorry for missing this point. I plan to close it on December 13th, 12:00 UTC. That should give everybody enough time for testing and voting. If not please let me know and will adjust the timing Furthermore I can prepare

Re: [VOTE] Release Apache HTTP server 2.2.11

2008-12-06 Thread Ruediger Pluem
On 12/06/2008 05:30 PM, Ruediger Pluem wrote: Test tarballs for Apache httpd 2.2.11 are available at: http://httpd.apache.org/dev/dist/ Your votes please; +/-1 [ ] Release httpd-2.2.11 as GA +1 Tested on the following environments: Solaris 8 SPARC Solaris 9 SPARC Solaris 10

Re: svn commit: r723652 - in /httpd/httpd/branches/wombat-integration: include/httpd.h include/util_script.h server/util_script.c

2008-12-06 Thread Paul Querna
Ruediger Pluem wrote: +AP_DECLARE(apr_status_t) ap_body_to_table(request_rec *r, apr_table_t **table) . I guess in the user of this function should advice the end user to carefully thing about setting LimitRequestBody. Otherwise this can be easily used for DoS. Yes, I believe before

Re: svn commit: r723627 - in /httpd/httpd/branches/wombat-integration: include/util_script.h server/util_script.c

2008-12-06 Thread Paul Querna
Ruediger Pluem wrote: On 12/05/2008 08:15 AM, [EMAIL PROTECTED] wrote: Author: pquerna Date: Thu Dec 4 23:15:22 2008 New Revision: 723627 URL: http://svn.apache.org/viewvc?rev=723627view=rev Log: Add new api, ap_args_to_table, to parse a request's arguments into a table.

Re: svn commit: r721952 - in /httpd/httpd/trunk: ./ modules/ modules/cluster/

2008-12-06 Thread Paul Querna
Takashi Sato wrote: On Mon, 01 Dec 2008 02:55:15 - [EMAIL PROTECTED] wrote: Author: pquerna Date: Sun Nov 30 18:55:14 2008 New Revision: 721952 + +static void *hb_worker(apr_thread_t *thd, void *data) Don't this need to be APR_THREAD_FUNC? Fixed in r724090. +{ +hb_ctx_t

Re: mod_cache not caching some RFC valid cacheable requests

2008-12-06 Thread Paul Querna
Alex Polvi wrote: Hi there, I ran into a weird case where *I think* mod_cache should be caching a request that it is not. Thought I would try to fix it myself, but would like to seek your feedback as it is my first httpd patch (thanks to pquerna for the help/encouragement). Caching a 302 is

[VOTE] Release Apache HTTP server 2.3.0-alpha

2008-12-06 Thread Paul Querna
Test tarballs for Apache httpd 2.3.0-alpha are available at: http://httpd.apache.org/dev/dist/ Your votes please; ±1 [ ] Release httpd-2.3.0 as Alpha Vote closes at 7:00 UTC on Tuesday December 9 2008. Thanks, Paul

Re: [VOTE] Release Apache HTTP server 2.3.0-alpha

2008-12-06 Thread William A. Rowe, Jr.
Paul Querna wrote: Your votes please; ±1 [ ] Release httpd-2.3.0 as Alpha Vote closes at 7:00 UTC on Tuesday December 9 2008. 72 hours for a first alpha? Really sounds rushed to me, I may or may not have a chance to look at it in time.

Re: [VOTE] Release Apache HTTP server 2.3.0-alpha

2008-12-06 Thread Paul Querna
William A. Rowe, Jr. wrote: Paul Querna wrote: Your votes please; ±1 [ ] Release httpd-2.3.0 as Alpha Vote closes at 7:00 UTC on Tuesday December 9 2008. 72 hours for a first alpha? Really sounds rushed to me, I may or may not have a chance to look at it in time. It was 72 hours