MaxRequestLen error when i use https
Posted
by
david
on Server Fault
See other posts from Server Fault
or by david
Published on 2013-10-20T06:30:42Z
Indexed on
2013/10/20
9:57 UTC
Read the original article
Hit count: 251
When i got MaxRequestLen errors in file upload page, i set MaxRequestLen=31457280 using:
<IfModule mod_fcgid.c>
MaxRequestLen 31457280
FcgidIOTimeout 90
</IfModule>
Now file upload works when i use http url. I have recently configured ssl for my site and when i use https url for same upload page, i get the same error:
HTTP request length 131073 (so far) exceeds MaxRequestLen (131072)
Is there a different setting for https?
Please help.
Thank you.
© Server Fault or respective owner