Re: CGI apps receiving incomplete POST parameters

2004-12-23 Thread Kurt Newman
Upgrading to a newer version of mod_perl solved my problem. Thank you for the help. Kurt On Wed, 2004-12-22 at 19:05 -0500, Stas Bekman wrote: > Kurt Newman wrote: > > I've recently converted from Apache 1.3.x to Apache 2.0/mod_perl 1.99 on > > RedHat 9. > > Kurt, there is no mp1.99. There is 1

Re: CGI apps receiving incomplete POST parameters

2004-12-23 Thread Perrin Harkins
Kurt Newman wrote: Sorry about that. I thought the '_xx' part of the version was some RedHat specific thing. I'm currently using 1.99_07-dev that's supplied with the RedHat 9 distribution. Unfortunately, that one is years out of date now. Upgrading will very likely fix your problem, and upgradi

Re: CGI apps receiving incomplete POST parameters

2004-12-23 Thread Kurt Newman
Sorry about that. I thought the '_xx' part of the version was some RedHat specific thing. I'm currently using 1.99_07-dev that's supplied with the RedHat 9 distribution. Upgrading to the latest mod_perl (v1.99_18) will be a task that I'll hit up today since this involves me recompiling apache us

Re: CGI apps receiving incomplete POST parameters

2004-12-23 Thread Kurt Newman
The current timeout period of the Apache 2.0.40 web server is 300 seconds (which I believe is the default). Increasing it to 600 has not helped. On Wed, 2004-12-22 at 16:23 -0800, Jay Scherrer wrote: > What would happen if you extended the time out period of the server? > > Jay Scherrer signa

Re: CGI apps receiving incomplete POST parameters

2004-12-22 Thread Jay Scherrer
What would happen if you extended the time out period of the server? Jay Scherrer On Wednesday 22 December 2004 03:04 pm, Kurt Newman wrote: > I've recently converted from Apache 1.3.x to Apache 2.0/mod_perl > 1.99 on RedHat 9. > > The issue I'm having are for those applications that attempt to

Re: CGI apps receiving incomplete POST parameters

2004-12-22 Thread Stas Bekman
Kurt Newman wrote: I've recently converted from Apache 1.3.x to Apache 2.0/mod_perl 1.99 on RedHat 9. Kurt, there is no mp1.99. There is 1.99_xx. that xx has a very big significance, since many problems were fixed between 1.99_01 and 1.99_18. 1) Please upgrade to the latest mp2 version, which is:

CGI apps receiving incomplete POST parameters

2004-12-22 Thread Kurt Newman
I've recently converted from Apache 1.3.x to Apache 2.0/mod_perl 1.99 on RedHat 9. The issue I'm having are for those applications that attempt to POST data (e.g. from a form) that are, for the most part, pretty large (e.g. 46kB). Unfortunately, with this newer version, the applications aren't re