Re: Per module LogLevel configuration

2009-12-27 Thread William A. Rowe Jr.
Dan Poirier wrote: > > Looking at log_error_core(), it appears that if the logging level is set > to disallow a particular message from being logged, that > log_error_core() returns before doing any argument processing. So the > overhead would only consist of a few function calls, and my sense wo

Bug report for Apache httpd-1.3 [2009/12/27]

2009-12-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: mod_rewrite patch

2009-12-27 Thread André Malo
* Rich Bowen wrote: > A FAQ on the various httpd support channels is "how do I make the > query string go away". The answer is that you put "?" on the end of > the target URL, which is a bit of a kludge. -1 from the peanut gallery. I think, using an empty query string ("?") is not such a kludge

mod_rewrite patch

2009-12-27 Thread Rich Bowen
A FAQ on the various httpd support channels is "how do I make the query string go away". The answer is that you put "?" on the end of the target URL, which is a bit of a kludge. Attached is a patch that adds a QSD (qsdiscard) flag that does this a little more elegantly. As with my previous

Re: Autoindex patch

2009-12-27 Thread Rich Bowen
On Dec 27, 2009, at 15:38 , Nick Kew wrote: Alternating classes support trendy striped tables (for whatever that's worth), ... So, since my intent was, in fact, just to add "trendy striped tables", here it is again: Index: mod_autoindex.c =

Re: Autoindex patch

2009-12-27 Thread Rich Bowen
On Dec 27, 2009, at 15:38 , Nick Kew wrote: Any classes you attach are by definition arbitrary. A class for adds absolutely nothing. Neither does unless you use different classes for different instances of it. Alternating classes support trendy striped tables (for whatever that's wor

Re: Autoindex patch

2009-12-27 Thread Nick Kew
Rich Bowen wrote: A couple years back, the IndexStyleSheet directive was introduced, but was of limited usefulness for some of the stuff folks wanted to use it for, simply because the HTML didn't contain any CSS classes. Nothing wrong with that. You hook to the elements, including as much hie

Autoindex patch

2009-12-27 Thread Rich Bowen
A couple years back, the IndexStyleSheet directive was introduced, but was of limited usefulness for some of the stuff folks wanted to use it for, simply because the HTML didn't contain any CSS classes. The attached patch is a simple proof-of concept, introducing the CSS classes ai_table, a

Re: Per module LogLevel configuration

2009-12-27 Thread Dan Poirier
"William A. Rowe Jr." writes: > Dan Poirier wrote: >> "William A. Rowe Jr." writes: >> >>> One thing we should refactor is 'debug' logging. Proper debug >>> logging is log early and often, but there is overhead involved >>> in preparing the args and submitting the log request, only to have >>>

Re: svn commit: r894036 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_headers.xml modules/metadata/mod_headers.c

2009-12-27 Thread Ruediger Pluem
On 27.12.2009 01:05, n...@apache.org wrote: > Author: niq > Date: Sun Dec 27 00:05:12 2009 > New Revision: 894036 > > URL: http://svn.apache.org/viewvc?rev=894036&view=rev > Log: > mod_headers: Enable multi-match-and-replace edit option > PR 47066 > > Modified: > httpd/httpd/trunk/CHANGES >