作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经使用 php5_fpm 将我的 apache2 从 mpm_prefork 更新为 mpm_event。更新后,我在/etc/php5/fpm/php.ini 中的 php.ini 仍然配置不起作用。我已将 max_execution_time 设置为 60,但它不起作用。
我的配置是
php : PHP 5.5.9-1ubuntu4.22 (fpm-fcgi)
服务器操作系统: Ubuntu 14.04(64 位)
apache2 版本: Apache/2.4.7 (Ubuntu)
加载的配置文件 :/etc/php5/fpm/php.ini
最佳答案
您需要重新加载 php-fpm 以使 php.ini 更改生效。寻找类似的东西
/etc/init.d/php-fpm
/etc/init.d/php7.0-fpm
sudo /etc/init.d/php7.0-fpm reload
关于在ubuntu中将apache2升级到mpm_event后php ini设置没有反射(reflect),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47133173/
我是一名优秀的程序员,十分优秀!