[users@httpd] Apache Randomly Dropping POST Data

2011-02-23 Thread Ursa Polaris
So I have had my Apache 2.2 server randomly dropping POST data (all or nothing, it doesn't just drop bits or pieces) to Perl-CGI scripts for well over a year now on production servers. So far we've put up with it because it only seems to happen about 1% of the time, however as our sites are

Re: [users@httpd] Apache Randomly Dropping POST Data

2011-02-23 Thread Ursa Polaris
PM, Eric Covener cove...@gmail.com wrote: On Wed, Feb 23, 2011 at 1:18 PM, Ursa Polaris polaris.u...@gmail.com wrote:   So I have had my Apache 2.2 server randomly dropping POST data (all or nothing, it doesn't just drop bits or pieces) Doesn't IE sometimes forget to send the POST data when

Re: [users@httpd] Apache Randomly Dropping POST Data

2011-02-23 Thread Ursa Polaris
at 4:01 PM, Ursa Polaris polaris.u...@gmail.com wrote:   I guess I forgot to mention that we have verified using WireShark that Chrome, Firefox and IE are all correctly sending the POST data over the network in these cases. It's not a browser issue. that's great info (note that you have

Re: [users@httpd] Apache Randomly Dropping POST Data

2011-02-23 Thread Ursa Polaris
now. =/ On Wed, Feb 23, 2011 at 2:43 PM, Jeff Trawick traw...@gmail.com wrote: On Wed, Feb 23, 2011 at 5:23 PM, Ursa Polaris polaris.u...@gmail.com wrote:   Hopefully that helps give more details and insight as well. I'm totally at a loss with this issue, but it's really bothering myself and my

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