rotatelogs: support for echoing to stdout

2010-12-03 Thread Graham Leggett
Hi all, When processing logs in real time by more than one tool, it is useful for rotatelogs to optionally pass logs through to stdout for further processing by the next tool in the chain using reliable piped logs. This patch makes this possible. Regards, Graham -- httpd-rotatelogs-echo

Re: svn commit: r1040177 - /httpd/httpd/trunk/modules/http/http_protocol.c

2010-12-03 Thread Guenter Knauf
Am 03.12.2010 15:26, schrieb Joe Orton: This is pretty ugly, please don't. If you think this warning from this compiler matters so much, set up some kind of CI system which alerts you when they are introduced. Littering platform-independent parts of the source with ugly #pragmas is not improvin

Re: svn commit: r1040177 - /httpd/httpd/trunk/modules/http/http_protocol.c

2010-12-03 Thread Joe Orton
On Fri, Dec 03, 2010 at 09:52:06AM +0100, Guenter Knauf wrote: > Am 02.12.2010 10:39, schrieb Joe Orton: > >On Mon, Nov 29, 2010 at 04:37:49PM -, fua...@apache.org wrote: > >>URL: http://svn.apache.org/viewvc?rev=1040177&view=rev > >>Log: > >>Supress compiler warning. > >... > >>===

Re: Follow the Windows shortcuts

2010-12-03 Thread Nicolas Joseph
On Wed, 01 Dec 2010 21:27:35 -0600, "William A. Rowe Jr." wrote: > On 12/1/2010 2:20 PM, Nicolas Joseph wrote: >> >> Hello, >> >> To discuss about this bug: >> https://issues.apache.org/bugzilla/show_bug.cgi?id=50395 >> >> I found nothing about this bug. Why the option FollowSymlinks doesn't wor

Re: mod_ssl ssl_util_stapling.c warnings

2010-12-03 Thread Rob Stradling
On Tuesday 30 November 2010 00:55:48 Dr Stephen Henson wrote: > On 30/11/2010 00:03, Dr Stephen Henson wrote: > > On 29/11/2010 21:46, Guenter Knauf wrote: > >> I think that we had some similar already in the past, and you suggested > >> a change which was compatible with both 0.9.8 and 1.0.0 bran

Re: svn commit: r1040177 - /httpd/httpd/trunk/modules/http/http_protocol.c

2010-12-03 Thread Malte S. Stretz
On Friday 03 December 2010 09:52:06 Guenter Knauf wrote: > Am 02.12.2010 10:39, schrieb Joe Orton: > > On Mon, Nov 29, 2010 at 04:37:49PM -, fua...@apache.org wrote: > >> +#ifdef __WATCOMC__ > >> +#pragma disable_message(105) > >> +#endif > > > > Eww. Do you really need to litter the source c

Re: svn commit: r1040177 - /httpd/httpd/trunk/modules/http/http_protocol.c

2010-12-03 Thread Guenter Knauf
Am 02.12.2010 10:39, schrieb Joe Orton: On Mon, Nov 29, 2010 at 04:37:49PM -, fua...@apache.org wrote: URL: http://svn.apache.org/viewvc?rev=1040177&view=rev Log: Supress compiler warning. ... == --- httpd/httpd/tr