Last Updated: February 25, 2016
·
979
· austinginder

Plesk WordPress Upload Fix

I'm running on <a href="http://www.mediatemple.net/#a_aid=4eeb8332c44fa">Media Temple's</a> DV Managed server. Out of the box I had problems uploading files larger then 16MB on WordPress. Turns out to be an issue with the way Plesk hands out the settings to the domains.

Open: /usr/local/psa/admin/conf/templates/default/domain/domainVirtualHost.php
Find the line with 'FcgidMaxRequestLen'. The number is in bytes. To increase the 16MB to 1GB set
the FcgidMaxRequestLen to 1073741824.

Then configure to apply the settings to all your websites run the following:

/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
/usr/sbin/apachectl graceful