Geoffrey Young wrote:

Patrick W. Fraley wrote:


Hi List,

I am having a really funky problem I can not get solved.  First of I am
not sure whether this is a mod_perl problem, or an apache problem or
maybe a redhat problem, so here it goes:

I have developed a mod_perl application, which runs just fine on the
development server (Mandrake 8.2).


In this application I do have forms with a lot of elements (sometimes
over 100). This does not have a problem on my development server
(Mandrake 8.2), but on the external Server (RedHat 9.0) the posts get
cut of after a certain length. Now I do use METHOD=POST in the form. The request also gets logged as a post by apache, but not all of the
posted data arrives in my script.


if you're using mod_perl 2 (1.99_X) with CGI.pm there is a known issue with
large POST data.  this should be fixed in CGI.pm 3.01, but as far as I know
it hasn't been released yet.

No, you don't need CGI.pm 3.01. You need mod_perl 1.99_11 which fixes the problem. CGI.pm 3.01 fixes a different problem (when run with 'SetHandler modperl') which most likely is not the one that you've reported (guessing here).


In the future, please make sure that you submit a proper bug report so we don't have to do a guesswork. See http://perl.apache.org/bugs/


__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to