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

Filed under:
|

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

Related posts about apache2

Related posts about apache1