Can't upload files larger than ~120kb

Re: Can't upload files larger than ~120kb

by Igor Lekic -
Number of replies: 0

Thank you booth for tips, I have found a problem, it was in Apache host configuration, I added 

FcgidMaxRequestLen 268435456
FcgidConnectTimeout 360

to mod_fcgid.c and now we can upload larger files.