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
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
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
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
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
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
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
>>
>
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
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
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?
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
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
12 matches
Mail list logo