[nycphp-talk] Cannot debug issue with uploading a large file
Dan Cech
dcech at phpwerx.net
Thu Feb 8 16:13:05 EST 2007
Randal Rust wrote:
> On 2/8/07, Dan Cech <dcech at phpwerx.net> 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
More information about the talk
mailing list