Solution for (media temple) dv 4.0 :

The problem is that the request length is limited to 128Kb by default when using FastCGI.

In order to solve the problem, it’s easy, but you need root access to the server running apache.

Edit file :

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

Add Line (set 32MB limit) :

MaxRequestLen 32000000

Save.


Restart Apache.


 

You are done. 🙂

 

Sources :

 

Leave a Reply