1

I'm using ISPConfig 3.

I have set:

  • post_max_size and upload_max_filesize = 10M in /etc/php5/fpm/php.ini
  • php_value post_max_size and upload_max_filesize 10M in .htaccess

Then restarted apache with /etc/init.d/apache2 restart

Still, those values are 2M in phpinfo()

4

1 回答 1

1

php-fpm restart- 你改变了 php 配置,所以重新启动 php 而不是 apache

于 2016-03-17T10:54:29.727 回答