On Feb 6, 2006, at 4:06 PM, Peter Klump wrote:

I'm having a problem with my perl scripts after I ported them into a new
server environment.
My server environment:

Apache2 2.0.55
Perl 5.8.3
CGI 3.15
mod_perl 2.0.2

What is happening is that _occasionaly_ (maybe 1 out of 20 times) the POST data users send by their browser to my perl scripts is not arriving. Instead
my parameters stay empty.

Just out of curiosity, is this server behind a 2.0.55 reverse proxy over https? I found that 2.0.55 had a proxy POST bug that really made things behave very weirdly. The solution was to drop back to 2.0.54 or to apply the patch in this bug report:

  http://issues.apache.org/bugzilla/show_bug.cgi?id=37145

HTH,

David

Reply via email to