On 7/4/07, Moholkar, Prashant <Prashant_Moholkar@xxxxxxx> wrote:
I am using the Apache 2.0.59 on AIX 5.3
Also we did the file limit to 10GB for flie size still we are getting
the error in Apache.
If you mean upload rather than download, then the LimitRequestBody can be used the maximum incoming size. From my reading of the docs there doesn't seem to be a default and the original
httpd.conf that came with apache for windows does not use the directive. Maybe your httpd.conf has a 2000000 limit specified?
# maximum upload file size
LimitRequestBody 2000000
Roger