RESOLUTION
f you have RH9 with Apache 2 and you have this file download problem you can fix it the following way:
your Apache has the /etc/httpd/conf.d/php.conf file:
<Files *.php># less /etc/httpd/conf.d/php.conf
...
SetOutputFilter PHP
SetInputFilter PHP
LimitRequestBody 524288
</Files>
...
You should change “LimitRequestBody” to be able to download files larger than 512 Kb in the WebFTP Panel.