Re: Deprecate the RewriteLog directive

2010-03-12 Thread Stefan Fritsch
On Fri, 12 Mar 2010, Graham Leggett wrote: I am currently having a torrid time trying to debug a mod_rewrite problem, and my efforts have been thwarted by: - mod_rewrite for some reason has it's own logging subsystem, instead of using the standard httpd logging. - mod_rewrite doesn't seem to

Re: svn commit: r921526 - /httpd/httpd/trunk/modules/filters/mod_reqtimeout.c

2010-03-12 Thread Stefan Fritsch
On Fri, 12 Mar 2010, Ruediger Pluem wrote: On 10.03.2010 20:40, s...@apache.org wrote: +if (!APR_BRIGADE_EMPTY(bb)) { +rv = have_lf_or_eos(bb); +if (rv != APR_INCOMPLETE) { +break; +} + +if (ccfg->min

Re: svn commit: r921378 - in /httpd/httpd/trunk: CHANGES modules/filters/mod_reqtimeout.c

2010-03-12 Thread Stefan Fritsch
On Fri, 12 Mar 2010, Ruediger Pluem wrote: @@ -114,6 +105,24 @@ static apr_status_t reqtimeout_filter(ap return ap_get_brigade(f->next, bb, mode, block, readbytes); } +if (!ccfg->socket) { +core_net_rec *net_rec; +ap_filter_t *core_in = f->next; + +while

Re: svn commit: r922392 - in /httpd/httpd/trunk/server/mpm: event/event.c prefork/prefork.c worker/worker.c

2010-03-12 Thread Eric Covener
On Fri, Mar 12, 2010 at 2:01 PM, Jeff Trawick wrote: > I presume that you've just looked at many such messages.  Can you > confirm that the logging of status can be eliminated because it is > always -1? > > "Return Values > > On successful completion, the bindprocessor subroutine returns 0. > Oth

Re: Deprecate the RewriteLog directive

2010-03-12 Thread Graham Leggett
On 12 Mar 2010, at 9:03 PM, Jeff Trawick wrote: - mod_rewrite doesn't seem to support the concept of directive inheritance, so the moment you specify "RewriteEngine on", any inherited config - including your RewriteLog directive - gets blown out the window. don't forget to code "RewriteOptio

Re: Deprecate the RewriteLog directive

2010-03-12 Thread Jeff Trawick
On Fri, Mar 12, 2010 at 1:44 PM, Graham Leggett wrote: > - mod_rewrite doesn't seem to support the concept of directive inheritance, > so the moment you specify "RewriteEngine on", any inherited config - > including your RewriteLog directive - gets blown out the window. don't forget to code "Rew

Re: AVG gives warning unpacking 2.2.15-win32 source

2010-03-12 Thread Jorge Schrauwen
On Fri, Mar 12, 2010 at 7:10 PM, William A. Rowe Jr. wrote: > On 3/12/2010 12:06 PM, Jorge Schrauwen wrote: >> I'm about to build the x64 binaries for on my website and AVG on my >> development machine throws this at me. >> >> Warning: XML Bomb: >> srclib/apr-util/test/data/billion-laughs.xml >> >

Re: svn commit: r922392 - in /httpd/httpd/trunk/server/mpm: event/event.c prefork/prefork.c worker/worker.c

2010-03-12 Thread Jeff Trawick
On Fri, Mar 12, 2010 at 1:49 PM, wrote: > Author: covener > Date: Fri Mar 12 18:49:26 2010 > New Revision: 922392 > > URL: http://svn.apache.org/viewvc?rev=922392&view=rev > Log: > reduce the warning level in the bindprocessor() call used to make sure child > processes aren't bound to the CPU the

Deprecate the RewriteLog directive

2010-03-12 Thread Graham Leggett
Hi all, I am currently having a torrid time trying to debug a mod_rewrite problem, and my efforts have been thwarted by: - mod_rewrite for some reason has it's own logging subsystem, instead of using the standard httpd logging. - mod_rewrite doesn't seem to support the concept of directiv

Re: AVG gives warning unpacking 2.2.15-win32 source

2010-03-12 Thread Gregg L. Smith
On Windows? My suggestion originally was to remove it only from the Win32 zip. Gregg William A. Rowe Jr. wrote: On 3/12/2010 12:06 PM, Jorge Schrauwen wrote: You would rather we not warn you of the vulnerability, when you compile against your existing expat?

Re: AVG gives warning unpacking 2.2.15-win32 source

2010-03-12 Thread Gregg L. Smith
Hi Jorge, I brought this up quite some time ago, which is why I have been moving away from AVG since I was basically ignored here :-) That and AVG's many false positives. What is worse is, that XML bomb wont hurt anything anymore, and it can be gotten around AVG as well just by adding a certa

Re: AVG gives warning unpacking 2.2.15-win32 source

2010-03-12 Thread William A. Rowe Jr.
On 3/12/2010 12:06 PM, Jorge Schrauwen wrote: > I'm about to build the x64 binaries for on my website and AVG on my > development machine throws this at me. > > Warning: XML Bomb: > srclib/apr-util/test/data/billion-laughs.xml > > See attached screenshots, most likely harmless but not a nice welc