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…