Wordpress upload limit Plesk 10+


http://wiki.mediatemple.net/w/%28dv%29_4.0:Enable_FastCGI

 'HTTP error' When Uploading Files

If you experience an 'http error' when uploading files larger than 128KB, you'll need to edit your FastCGI configuration file and increase the limit, which seems to default to this extremely low value; The previous default was 1 GB. To set this back to 1 GB:

  1. Edit the following file:

    /etc/httpd/conf.d/fcgid.conf
    

    Add this line (just below all of the other lines that start with 'Fcgid'):

    FcgidMaxRequestLen 1073741824
    
  2. Restart your Apache web-server service with this command:

    service httpd restart
    


Was this answer helpful?

 Print this Article

Also Read

Change backup folder location

Backup folder can be changed using the Plesk reconfigurator, available from the windows start...

Backup Databases

To back up a database: 1. Go to Domains > domain name > Backup Manager -> Database...

How to select new SSL Certificate in Plesk 8.4

Once the certificate has been installed.... Select Client/My Domains/IP pool Select the IP...

Domain not configured for www

In Plesk Panel select the domain CLick on 'Domain Administration' dropdown and select 'Rename...

How to delete log files in Plesk

If your log files are taking up too much space, you may want to consider deleting them. However,...