Randal Rust wrote: > On 2/8/07, Dan Cech <[EMAIL PROTECTED]> wrote: > >> http://httpd.apache.org/docs/2.0/mod/core.html#limitrequestbody > > This sounds like the likely culprit. The thing is, my local server > (1.3) doesn't have this directive. > > I have the client checking into what the setting is on their server.
That directive is supported from Apache 1.3.2, I believe the default is unlimited (0), but I know some distributions ship with it set in the default config. Other possible culprits are the php directive max_input_time, and the Apache directive Timeout. Dan _______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php
