php-fpm错误日志不能记录怎么办

2024-11-11 01:03:10
推荐回答(1个)
回答1:

要想让php-fpm显示错误日志,首先需要配置php-fpm。 在php-fpm的配置文件中(一般位于php安装目录下的etc/php-fpm.conf)配置php错误日志的文件路径。 1 2 3 4 5 6 ; Error log file ; If it's set to "syslog", log is sent to syslogd instead...