AdrianC
Basic Pleskian
I was trying to upload a file, around 32 MB and it stopped with server error in browser.
The domain error_log says:
mod_fcgid: HTTP request length 134219410 (so far) exceeds MaxRequestLen (134217728)
I tried:
- set FcgidMaxRequestLen 300000000 inside /etc/httpd/conf.d/fcgid.conf
- restarted httpd
- tried reconfigure with: /usr/local/psa/admin/bin/httpdmng --reconfigure-all
The error remained and it is set to 134217728 in these two files:
/etc/httpd/conf/plesk.conf.d/vhosts/[MY DOMAIN].conf
/var/www/vhosts/system/[MY DOMAIN]/conf/httpd.conf
It works if I manually edit the two above files, BUT ...
Isn't the correct way to set this limit in fcgid.conf ? If so, why doesn't that work ?
The domain error_log says:
mod_fcgid: HTTP request length 134219410 (so far) exceeds MaxRequestLen (134217728)
I tried:
- set FcgidMaxRequestLen 300000000 inside /etc/httpd/conf.d/fcgid.conf
- restarted httpd
- tried reconfigure with: /usr/local/psa/admin/bin/httpdmng --reconfigure-all
The error remained and it is set to 134217728 in these two files:
/etc/httpd/conf/plesk.conf.d/vhosts/[MY DOMAIN].conf
/var/www/vhosts/system/[MY DOMAIN]/conf/httpd.conf
It works if I manually edit the two above files, BUT ...
Isn't the correct way to set this limit in fcgid.conf ? If so, why doesn't that work ?