Current time: 04-16-2024, 10:51 PM Hello There, Guest! (LoginRegister)


Post Reply 
I can't upload file larger than 128kb
Author Message
petru2012 Offline
Newbie
*

Posts: 8
Joined: Jun 2012
Reputation: 0
Post: #1
I can't upload file larger than 128kb
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.
(This post was last modified: 06-23-2012 03:44 AM by petru2012.)
06-23-2012 03:42 AM
Find all posts by this user Quote this message in a reply
petru2012 Offline
Newbie
*

Posts: 8
Joined: Jun 2012
Reputation: 0
Post: #2
RE: I can't upload file larger than 128kb
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
(This post was last modified: 06-24-2012 02:17 AM by petru2012.)
06-24-2012 02:07 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)