• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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