Re: svn commit: r660576 - in /httpd/httpd/branches/2.2.x: STATUS support/ab.c

2008-05-27 Thread Takashi Sato
Sorry for pointing out this after backported. On Tue, 27 May 2008 16:11:40 - [EMAIL PROTECTED] wrote: @@ -80,6 +80,10 @@ ** Switched to the new abstract pollset API, allowing ab to ** take advantage of future apr_pollset_t scalability improvements. ** Contributed

Re: svn commit: r660576 - in /httpd/httpd/branches/2.2.x: STATUS support/ab.c

2008-05-27 Thread Jim Jagielski
On May 27, 2008, at 12:46 PM, Takashi Sato wrote: Sorry for pointing out this after backported. On Tue, 27 May 2008 16:11:40 - [EMAIL PROTECTED] wrote: @@ -80,6 +80,10 @@ ** Switched to the new abstract pollset API, allowing ab to ** take advantage of future apr_pollset_t

Re: ap_rwrite

2008-05-27 Thread Samuel Gomez
Hello Mike. Two notes on your topic. 1.- In httpd.h there is a constant called MAX_STRING_LEN . Maybe is playing some role here. Did you notice if buffer printing gets cut just when exceeds the number of bytes defined in MAX_STRING_LEN ? 2.- For string printing, I use ap_rputs()

Re: mod_proxy race condition bug #37770

2008-05-27 Thread Adam Woodworth
Can you please test the attached patch in addition to my other patches, but without removing mod_deflate from the chain as you did in your application? Thanks. This patch works for us, we don't have to remove the deflate filter ourselves anymore. Thanks! Will this also make it into 2.2.9?

Re: Empty Reason Phrase (BZ 44995/45092)

2008-05-27 Thread Rainer Jung
Jeff Trawick schrieb: On Tue, May 20, 2008 at 3:27 PM, Ruediger Pluem [EMAIL PROTECTED] wrote: On 05/20/2008 08:52 PM, Jeff Trawick wrote: Do we really need to require the space in the case that the reason phrase is empty? No... Both sets of code should be changed to consider the space

Re: svn commit: r660461 - /httpd/httpd/trunk/modules/mappers/mod_rewrite.c

2008-05-27 Thread Nick Kew
On Tue, 27 May 2008 17:50:49 +0200 Ruediger Pluem [EMAIL PROTECTED] wrote: Does r660566 (http://svn.apache.org/viewvc?rev=660566view=rev) fix your concerns? No, it's a mismatch with the literal HTTPOnly value of the attribute in the PR and the Microsoft document it references. I guess that's

Re: mod_proxy race condition bug #37770

2008-05-27 Thread Ruediger Pluem
On 05/27/2008 09:20 PM, Adam Woodworth wrote: Can you please test the attached patch in addition to my other patches, but without removing mod_deflate from the chain as you did in your application? Thanks. This patch works for us, we don't have to remove the deflate filter ourselves anymore.

Re: svn commit: r660461 - /httpd/httpd/trunk/modules/mappers/mod_rewrite.c

2008-05-27 Thread Ruediger Pluem
On 05/27/2008 11:05 PM, Nick Kew wrote: On Tue, 27 May 2008 17:50:49 +0200 Ruediger Pluem [EMAIL PROTECTED] wrote: Does r660566 (http://svn.apache.org/viewvc?rev=660566view=rev) fix your concerns? No, it's a mismatch with the literal HTTPOnly value of the attribute in the PR and the

Re: svn commit: r660461 - /httpd/httpd/trunk/modules/mappers/mod_rewrite.c

2008-05-27 Thread Nick Kew
On Wed, 28 May 2008 00:09:34 +0200 Ruediger Pluem [EMAIL PROTECTED] wrote: Sorry but I do not get your point at the Moment. MS and the PR talk about HttpOnly (with exactly this mixture of capital and small letters). The only location where this is different is in the patch for

Re: svn commit: r660461 - /httpd/httpd/trunk/modules/mappers/mod_rewrite.c

2008-05-27 Thread Ruediger Pluem
On 05/28/2008 12:14 AM, Nick Kew wrote: On Wed, 28 May 2008 00:09:34 +0200 Ruediger Pluem [EMAIL PROTECTED] wrote: Sorry but I do not get your point at the Moment. MS and the PR talk about HttpOnly (with exactly this mixture of capital and small letters). The only location where this is

Re: Empty Reason Phrase (BZ 44995/45092)

2008-05-27 Thread Jeff Trawick
On Tue, May 27, 2008 at 3:29 PM, Rainer Jung [EMAIL PROTECTED] wrote: Jeff Trawick schrieb: On Tue, May 20, 2008 at 3:27 PM, Ruediger Pluem [EMAIL PROTECTED] wrote: On 05/20/2008 08:52 PM, Jeff Trawick wrote: Do we really need to require the space in the case that the reason phrase is

want to get per_dir_config_rec.

2008-05-27 Thread junbin liu
Hello folks, When start apache, In the process phase of post_config ((ap_hook_post_config(post_config...)) how to get my module's per_dir_config_rec of Location under each VirtualHost ★ My httpd.conf definition as below: -- .. Location /root01 DEFXX