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 Timothy Partee
o 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! - Tim Partee On Fri, Aug 6, 2010 at 3:55 AM, Jeff Trawick wrote: > On Fri, Aug 6, 2010 at 2:50 AM, Timothy Partee > wrot

[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