submit input truncation

2003-06-25 Thread Bill Marrs
I recently moved to Apache 2 + mod_perl2 and things have been working fairly well. But, I'm getting an intermittent problem with POSTs where the input data is being truncated. This causes havoc, especially in my forum system. I use CGI.pm, mod_perl 2, Apache 2, and the standard RH9 Perl

Re: submit input truncation

2003-06-25 Thread Haroon Rafique
On Today at 4:37pm, BM=Bill Marrs [EMAIL PROTECTED] wrote: BM BM I use CGI.pm, mod_perl 2, Apache 2, and the standard RH9 Perl (which is BM threaded) - I think that's all the relevant stuff. BM I think you should take a look at the list archives for this thread:

Re: submit input truncation

2003-06-25 Thread Rob Nagler
Bill Marrs writes: But, I'm getting an intermittent problem with POSTs where the input data is being truncated. This causes havoc, especially in my forum system. [snip] Has anyone else seen this? Is there some fix for it? We have seen this on mp1. We read $r-header_in('Content-length')

Re: submit input truncation

2003-06-25 Thread Bill Marrs
At 04:48 PM 6/25/2003, Haroon Rafique wrote: I think you should take a look at the list archives for this thread: http://mathforum.org/epigone/modperl/bindondrei Thank You! This is very likely the problem I'm having. Secondly, you should also post the version numbers for all of the