• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

content-length issue when uploading large files

EricVis

Basic Pleskian
Domain has PHP Settings in Plesk set to 2G and I get this error when uplaoding a 48MB file using Wordpress. I assume I need ot modify this manually in conf file somewhere to allow uplaoding large files?

Requested content-length of 48443338 is larger than the configured limit of 10240000..
mod_fcgid: error reading data, FastCGI server closed connection...
 
Check following limits:

# egrep "^memory_limi|post_max|upload_max_f" /etc/php.ini
# grep LimitRequestBody /etc/httpd/conf/httpd.conf

And increase limit if necessary.
 
Back
Top