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.
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
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
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
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
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
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