apache - HTTP Error when uploading pictures in Wordpress -


i 500 errors when uploading pictures in wordpress 4.2.2. on box running ubuntu 15.04 apache 2.4 , ispconfig3. server set according to: https://www.howtoforge.com/tutorial/perfect-server-ubuntu-15.04-with-apache-php-myqsl-pureftpd-bind-postfix-doveot-and-ispconfig/

everything working fine except when uploading pictures on size (~150 kb). server has both imagick , gd addons installed.

php -v: php 5.6.4-4ubuntu6.2 (cli) (built: jul 2 2015 15:29:28)

php -m: http://pastebin.com/ym4efv6b

i have upped limits in php.ini upload size , post size, that's not problem.

thanks in advance

i added line

maxrequestlen 15728640

to

etc/apache2/mods-available/fcgid.conf

in case others looking same. seems common problem, , lot of tricks solve using htaccess , plugins, 1 did me.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -