Re: Apache2::Filter Intermittently Missing Injected String

2011-03-30 Thread Chris Datfung
On Wed, Mar 30, 2011 at 12:36 PM, Hendrik Schumacher wrote: > Am Mi, 30.03.2011, 12:17 schrieb Chris Datfung: > > I had a similar problem with a http proxy that injected a string into the > HTML body. If the response is passed to the filter in multiple parts there > is a certain probability that t

Re: CGI script and Mod_perl 2

2011-03-30 Thread Perrin Harkins
Hi, On Mon, Mar 28, 2011 at 5:43 PM, shant. wrote: > I have  application built using CGI, and  mod_perl , currently all CGI > script are running under modperl1 using perlrun option , does they work in > mod_perl 2  too or  need any changes ? You will find ModPerl::PerlRunPrefork, which is pr

Re: Apache2::Filter Intermittently Missing Injected String

2011-03-30 Thread Hendrik Schumacher
Am Mi, 30.03.2011, 12:17 schrieb Chris Datfung: > I have a script that uses Apache2::Filter to filter the server response > output and inject a string into the HTML body. The script normally works > fine expect intermittently the output is missing the injected string. This > happens around 10% of t

Apache2::Filter Intermittently Missing Injected String

2011-03-30 Thread Chris Datfung
I have a script that uses Apache2::Filter to filter the server response output and inject a string into the HTML body. The script normally works fine expect intermittently the output is missing the injected string. This happens around 10% of the time. I verified that there is enough memory and CPU