[TriLUG] php upload max filesize limit problem

Rick DeNatale rick.denatale at gmail.com
Sat Aug 20 11:18:56 EDT 2005


On 8/20/05, Brent Verner <brent at rcfile.org> wrote:
> [2005-08-20 10:35] David McDowell said:
> | Files bigger than 2MB won't even upload to /tmp  :(  drops immediately
> | to page cannot be displayed error.  Anything under 2MB works fine.
> 
>   Does your Apache configuration limit POST size to 2MB?
> 

I beleive that the configuratin directive to look for is LimitRequestBody

For Apache 1.3
http://httpd.apache.org/docs/1.3/mod/core.html#limitrequestbody

Or for Apache 2.0
http://httpd.apache.org/docs/2.0/mod/core.html#limitrequestbody

I think that the only difference between 1.3 and 2.0 here is in the
formatting of the docs.



More information about the TriLUG mailing list