HTTP Error uploading images
-
I am using a local installation on a ISP Config server.
I had http error uploading images and this is what I did:1. Edit file fcgid.conf
nano /etc/httpd/conf.d/fcgid.conf
2. Add line MaxRequestLen 15728640 (value is in bytes so it equals to roughly 15MB) the file then looks like this:
MaxRequestLen 15728640
3. Restart apache webserver
apachectl restart
May be usefull for someone ??
Based on original solution at:
https://www.hackerway.ch/2013/06/05/wordpress-isp-config-and-weird-http-error-on-media-uploads/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘HTTP Error uploading images’ is closed to new replies.