Nginx+PHP-FPM構成でmax_execution_timeを変更するなら、 NginxとPHP-FPMも対応させないと意味がない max_execution_time = 300に変更する例 # vi php.ini max_execution_time = 300 $ sudo vi /etc/nginx/sites-available/default …
タグ: PHP-FPM
Nginx PHP-FPM RDSのタイムアウトエラーなど対応
PHP-FPM プロセス数変更 staticにしちゃって良い # vi /etc/php/7.2/fpm/pool.d/www.conf ;pm = dynamic pm = static ←●追加 ; The number of child processes to be created when pm is set to ‘static’ and the ; maximum nu …
PHP-FPM スロウログを出す
$ sudo vi /etc/php/7.2/fpm/pool.d/www.conf ; The log file for slow requests ; Default Value: not set ; Note: slowlog is mandatory if request_slowlog_timeout is set ;slowlog = log/$pool …
【Nginx Error】 open() “/var/lib/nginx/tmp/fastcgi/6/08/0000000086” failed (13: Permission denied) while reading upstream, client
PHP-FPMユーザと/var/lib/nginxのユーザを合わせてあげることで解決する。 # tail -f /var/log/nginx/www.example.net_error.log [crit] 948#0: *267 open() “/var/lib/nginx/tmp/fastcgi/6/08/0000000086” failed (13: Permission de …
PHP-FPMエラー NOTICE: PHP message: PHP Fatal error: Allowed memory size of xxxxxx bytes exhausted
適宜PHP-FPMがメモリを扱える量を増やしてあげよう # vi /etc/php.ini – memory_limit = 256M + memory_limit = 1024M 反映させる # systemctl restart php-fpm Amazonおすすめ iPad 9世代 2021年最新作 iPad 9世代出たから買い替え。安いぞ!🐱 …