Re: svn commit: r999533 - in /httpd/httpd/trunk: CHANGES include/ap_regex.h server/Makefile.in server/util_pcre.c server/util_regex.c

2010-09-21 Thread Ruediger Pluem
On 09/22/2010 08:23 AM, Ruediger Pluem wrote: > > On 09/21/2010 08:42 PM, n...@apache.org wrote: >> Author: niq >> Date: Tue Sep 21 18:42:20 2010 >> New Revision: 999533 >> >> URL: http://svn.apache.org/viewvc?rev=999533&view=rev >> Log: >> Introduce ap_rxplus class: higher-level regexps support

Re: svn commit: r999533 - in /httpd/httpd/trunk: CHANGES include/ap_regex.h server/Makefile.in server/util_pcre.c server/util_regex.c

2010-09-21 Thread Ruediger Pluem
On 09/21/2010 08:42 PM, n...@apache.org wrote: > Author: niq > Date: Tue Sep 21 18:42:20 2010 > New Revision: 999533 > > URL: http://svn.apache.org/viewvc?rev=999533&view=rev > Log: > Introduce ap_rxplus class: higher-level regexps supporting perl-style > regexp operations. > > Added: > htt

Re: Remove and ?

2010-09-21 Thread William A. Rowe Jr.
On 9/20/2010 11:15 AM, William A. Rowe Jr. wrote: > > If noone objects, I'll fork the sandbox for this experiment later this > evening. This now exists under https://svn.apache.org/repos/asf/httpd/sandbox/replacelimit/ It doesn't yet contain a proposal at r999750, so feel free to look at simp

Re: Remove and ?

2010-09-21 Thread William A. Rowe Jr.
On 9/21/2010 5:16 PM, Igor Galić wrote: > > - "Stefan Fritsch" wrote: > >> On Monday 20 September 2010, Greg Stein wrote: >>> The Limit/LimitExcept directives are very handy and important when >>> mod_dav is being used. In fact, LimitExcept was created >>> specifically in order to avoid list

mod_cache: final API cleanups

2010-09-21 Thread Graham Leggett
Hi all, Given the number of MMN bumps that mod_cache is generating, I'd like to bump the MMN just once for the following changes that need to be made (happy to bump the MMN for each one as well, don't know how people feel): - Remove the MOD_CACHE_REQUEST_REC hack. The mod_cache filter co

Re: Remove and ?

2010-09-21 Thread William A. Rowe Jr.
On 9/21/2010 5:16 PM, Igor Galić wrote: > > - "Stefan Fritsch" wrote: > >> I am not a heavy DAV user. But I think most useful uses of >> Limit/LimitExcept are already possible with the combination "Require >> method", , and . See >> http://httpd.apache.org/docs/trunk/mod/mod_authz_host.ht

Re: Remove and ?

2010-09-21 Thread Igor Galić
- "Stefan Fritsch" wrote: > On Monday 20 September 2010, Greg Stein wrote: > > The Limit/LimitExcept directives are very handy and important when > > mod_dav is being used. In fact, LimitExcept was created > > specifically in order to avoid listing every new method that might > > come along

mod_cache: making private headers private

2010-09-21 Thread Graham Leggett
Hi all, mod_cache.h currently contains the following declarations, all of which are really private functions that have been accidentally made public. I plan to move them to a private header file for this purpose, unless any of these declarations need to stay, which in turn means they need

Re: Remove and ?

2010-09-21 Thread Stefan Fritsch
On Monday 20 September 2010, Greg Stein wrote: > The Limit/LimitExcept directives are very handy and important when > mod_dav is being used. In fact, LimitExcept was created > specifically in order to avoid listing every new method that might > come along via DAV specs and such. > > As long as an

Re: RewriteLog and other per-module logging

2010-09-21 Thread Stefan Fritsch
On Tuesday 21 September 2010, Rich Bowen wrote: > On Sep 21, 2010, at 3:01 PM, Stefan Fritsch wrote: > > I considered that in the beginning but then thought that its > > usefulness would not outweigh the added complexity. After all, > > the result is only one grep away: > > > > fgrep '[rewrite:' e

Re: RewriteLog and other per-module logging

2010-09-21 Thread Rich Bowen
On Sep 21, 2010, at 3:01 PM, Stefan Fritsch wrote: I considered that in the beginning but then thought that its usefulness would not outweigh the added complexity. After all, the result is only one grep away: fgrep '[rewrite:' error_log or even tail -f error_log|fgrep '[rewrite:' > rewrite_l

Re: RewriteLog and other per-module logging

2010-09-21 Thread Stefan Fritsch
On Tuesday 21 September 2010, Graham Leggett wrote: > On 21 Sep 2010, at 4:26 PM, Rich Bowen wrote: > > So, I expect it's my own fault for not paying attention to this > > list as closely as I once did, but ... > > > > Losing the ability to have a separate mod_rewrite log file will > > make troubl

Re: RewriteLog and other per-module logging

2010-09-21 Thread Graham Leggett
On 21 Sep 2010, at 4:26 PM, Rich Bowen wrote: So, I expect it's my own fault for not paying attention to this list as closely as I once did, but ... Losing the ability to have a separate mod_rewrite log file will make troubleshooting rewrite stuff so very much more difficult. Is there any

RewriteLog and other per-module logging

2010-09-21 Thread Rich Bowen
So, I expect it's my own fault for not paying attention to this list as closely as I once did, but ... Losing the ability to have a separate mod_rewrite log file will make troubleshooting rewrite stuff so very much more difficult. Is there anything planned for the ErrorLog directive that wo