MaxRequestLen error when i use https
- by david
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.