Re: [us...@httpd] Apache/Perl CGI intermittent missing POST data

2010-08-09 Thread Timothy Partee
Okay, so for the last few days now I've been trying to repro the intermittent POST data issues on my Apache servers through a test POST form script and thus far I've had a zero repro rate out of over 40,000 POST submissions from the test script - however I've added error logging for every time

Re: [us...@httpd] Apache/Perl CGI intermittent missing POST data

2010-08-09 Thread Joost de Heer
It was suggested that we exclude the CGI folders from the mod_rewrite rules and processing, however we could find no info in Apache documentation on how to exclude mod_rewrite rules/operation from any specific directories. Any pointers in the right direction would be appreciated, thanks!

Re: [us...@httpd] Apache/Perl CGI intermittent missing POST data

2010-08-09 Thread Timothy Partee
None of our rewrite rules should ever be operating on POST form processor scripts, however it was suggested to us that mod_rewrite is the likely culprit as it may be over-reactive and sometimes accidentally nuking our POST data when it shouldn't. It was suggested to disable mod_rewrite entirely

Re: [us...@httpd] Apache/Perl CGI intermittent missing POST data

2010-08-09 Thread Joost de Heer
On 08/09/2010 10:26 AM, Timothy Partee wrote: None of our rewrite rules should ever be operating on POST form processor scripts, however it was suggested to us that mod_rewrite is the likely culprit as it may be over-reactive and sometimes accidentally nuking our POST data when it shouldn't.

[us...@httpd] Apache/Perl CGI intermittent missing POST data

2010-08-06 Thread Timothy Partee
I've spent a few weeks trying to research through Google to find others having this issue, but with no success. A few Apache-savvy folks have recommended I do something with handlers that was way over my head to figure out what's going on here, so please be gentle with me - I may know how to

Re: [us...@httpd] Apache/Perl CGI intermittent missing POST data

2010-08-06 Thread Jeff Trawick
On Fri, Aug 6, 2010 at 2:50 AM, Timothy Partee timothy.par...@gmail.com wrote:   Basically what's happening is I have a small horde of Perl (not mod_perl, just plain Perl) scripts which use the CGI.pm module to parse out incoming CGI parameters and cookies, and about 2% of the time when I get

Re: [us...@httpd] Apache/Perl CGI intermittent missing POST data

2010-08-06 Thread Ursa Polaris
On Fri, Aug 6, 2010 at 3:55 AM, Jeff Trawick traw...@gmail.com wrote: On Fri, Aug 6, 2010 at 2:50 AM, Timothy Partee timothy.par...@gmail.com wrote:   Basically what's happening is I have a small horde of Perl (not mod_perl, just plain Perl) scripts which use the CGI.pm module to parse out