ispCP - Board - Support
I can't upload file larger than 128kb - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: I can't upload file larger than 128kb (/thread-16145.html)



I can't upload file larger than 128kb - petru2012 - 06-23-2012 03:42 AM

If I can upload files larger than 128KB I need to edit FastCGI configuration file and increase the limit but I don't find fcgid.conf file or I think I found this file, maybe called fcgid_ispcp.conf, but if I try to add:

FcgidMaxRequestLen 1073741824

has no effect. I can not upload files larger than 128KB on my website.
My php.ini file is setup corectly.

Please, help.


RE: I can't upload file larger than 128kb - petru2012 - 06-24-2012 02:07 AM

I resolved issue:

Search and edit next file:
/etc/apache2/mods-enabled/fcgid_ispcp.conf

and below line:
<IfModule mod_fcgid.c>

add:
FcgidMaxRequestLen 107374182400

And then restart service apache:
Code:
service apache2 restart