Product:
Search Type:

I cannot download files larger than 512Kb in the WebFTP Panel. I have RH9 with Apache 2. How can I fix it?

Article ID: 601 
Last Review: Mar,28 2006
APPLIES TO:
  • Confixx Professional 3

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:


# less /etc/httpd/conf.d/php.conf


...

<Files *.php>
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.


Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields