I have this in the error log
However, when I checked in /etc/httpd/conf/extra/httpd-fcgid.conf, the value of MaxRequestLen is more than that already
Any idea why the error is still appearing?
Thanks.
mod_fcgid: HTTP request length 137760 (so far) exceeds MaxRequestLen (131072)
However, when I checked in /etc/httpd/conf/extra/httpd-fcgid.conf, the value of MaxRequestLen is more than that already
# grep MaxRequestLen httpd-fcgid.conf
FcgidMaxRequestLen 1073741824
Any idea why the error is still appearing?
Thanks.