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.

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
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! Rewrite

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 a

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 wrote: > On Fri, Aug 6, 2010 at 2:50 AM, Timothy Partee > 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

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 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 the POST data params

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

2010-08-05 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 con