Re: svn commit: r1002363 - in /httpd/httpd/trunk: include/ap_expr.h modules/aaa/mod_authz_core.c server/util_expr.c

2010-09-28 Thread William A. Rowe Jr.
On 9/28/2010 6:32 PM, Nick Kew wrote: > On Tue, 28 Sep 2010 21:33:44 - > s...@apache.org wrote: > > >> URL: http://svn.apache.org/viewvc?rev=1002363&view=rev >> Log: >> This is just too easy to not do it: Add an 'expr' authz provider that allows >> arbitrary expressions in Require lines. > >

Re: svn commit: r1002363 - in /httpd/httpd/trunk: include/ap_expr.h modules/aaa/mod_authz_core.c server/util_expr.c

2010-09-28 Thread Nick Kew
On Tue, 28 Sep 2010 21:33:44 - s...@apache.org wrote: > URL: http://svn.apache.org/viewvc?rev=1002363&view=rev > Log: > This is just too easy to not do it: Add an 'expr' authz provider that allows > arbitrary expressions in Require lines. Good stuff, and motivated me to get around to r100241

Re: memory leak in mod_slotmem_shm

2010-09-28 Thread Stefan Fritsch
On Tuesday 28 September 2010, Jim Jagielski wrote: > Anyone have issues if I see if there is some way to see > if the clean-and-clear-at-graceful can be runtime variable. > If the size and number of slots don't change, it would be > useful to persist the data between graceful restarts at > the shme

Re: svn commit: r1002110 - /httpd/test/framework/trunk/t/modules/rewrite.t

2010-09-28 Thread Rainer Jung
On 28.09.2010 13:21, Jeff Trawick wrote: On Tue, Sep 28, 2010 at 6:56 AM, Rainer Jung wrote: On 28.09.2010 12:44, rj...@apache.org wrote: Author: rjung Date: Tue Sep 28 10:44:32 2010 New Revision: 1002110 URL: http://svn.apache.org/viewvc?rev=1002110&view=rev Log: Fix test suite for 2.0.x: -

mod_disk_cache: intended change to file formats

2010-09-28 Thread Graham Leggett
Hi all, I have two changes to the mod_disk_cache on-disk structure that I plan to make, and to avoid gratuitous format version bumping, I plan to make this format change in one go, and then apply each implementation separately. The changes are: - Fix the problem that updates to an entry

Re: memory leak in mod_slotmem_shm

2010-09-28 Thread Jim Jagielski
Anyone have issues if I see if there is some way to see if the clean-and-clear-at-graceful can be runtime variable. If the size and number of slots don't change, it would be useful to persist the data between graceful restarts at the shmem layer...

Re: svn commit: r1002110 - /httpd/test/framework/trunk/t/modules/rewrite.t

2010-09-28 Thread Jeff Trawick
On Tue, Sep 28, 2010 at 6:56 AM, Rainer Jung wrote: > On 28.09.2010 12:44, rj...@apache.org wrote: >> >> Author: rjung >> Date: Tue Sep 28 10:44:32 2010 >> New Revision: 1002110 >> >> URL: http://svn.apache.org/viewvc?rev=1002110&view=rev >> Log: >> Fix test suite for 2.0.x: >> - Skipping test for

Re: svn commit: r1002110 - /httpd/test/framework/trunk/t/modules/rewrite.t

2010-09-28 Thread Rainer Jung
On 28.09.2010 12:44, rj...@apache.org wrote: Author: rjung Date: Tue Sep 28 10:44:32 2010 New Revision: 1002110 URL: http://svn.apache.org/viewvc?rev=1002110&view=rev Log: Fix test suite for 2.0.x: - Skipping test for PR 46428 when version< 2.2.12 (whitespace in proxied URL). Does that typ