On 8/20/05, Brent Verner <[EMAIL PROTECTED]> 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. -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
