ctually restarted.
I found that there where two occasions of the APR error.
One that gives the real line number where the problem occurred:
'APR does not understand this error code at /path/module line xxx'
This does not course the Apache to restart.
The other error is:
'Apache2
Torsten Förtsch wrote on 2011-05-17:
> On Tuesday, May 10, 2011 21:15:29 Thomas den Braber wrote:
>> In http://www.gossamer-threads.com/lists/modperl/dev/102357 it
>> looks like it is solved.
>
> Thomas, could you please check if the patch at
>
> http://www.gossamer-threads.com/lists/modperl/de
On Tuesday, May 10, 2011 21:15:29 Thomas den Braber wrote:
> In http://www.gossamer-threads.com/lists/modperl/dev/102357 it
> looks like it is solved.
Thomas, could you please check if the patch at
http://www.gossamer-threads.com/lists/modperl/dev/102983#102983
fixes your problem? It sounds qu
On Wednesday, May 11, 2011 17:15:19 Thomas den Braber wrote:
> I think it is better to fix this in Mod Perl than making workaround.
Patches are welcome, really. Currently, we are quite short of Windows
programmers.
Torsten Förtsch
--
Need professional modperl support? Hire me! (http://foertsch
> We were getting this behavior in our web application. It appears that
> we've fixed it (we're still testing it) by checking the return value
> from each print statement (usually we call the Apache request object's
> print method) and aborting (by calling die() in our application - we
> have an
we have an all-encompasing try
block) if print returns a false value. I would give that a try.
From: Thomas den Braber [tho...@delos.nl]
Sent: Tuesday, May 10, 2011 3:15 PM
To: modperl List
Subject: APR does not understand this error code
Hi,
I am still havi
not understand this
error code at -e line 0
This error happens if the loading of a web page is aborted while not all
data is send to the client.
After this the current child process restarts.
In http://www.gossamer-threads.com/lists/modperl/dev/102357 it
looks like it is solved.
Does this path