【发布时间】:2020-06-06 03:35:23
【问题描述】:
Apache 和 php 环境出现以下错误。
apache_error {
"level":"error",
"Message":"AH01071: Got error 'the log buffer is full (1024). The access log request has been truncated.'"
}
如何解决这个问题?
【问题讨论】:
Apache 和 php 环境出现以下错误。
apache_error {
"level":"error",
"Message":"AH01071: Got error 'the log buffer is full (1024). The access log request has been truncated.'"
}
如何解决这个问题?
【问题讨论】:
打开 /etc/php-fpm.conf 并更新 log_limit = 4096 的值或更高,如果你愿意,然后是 systemctl restart php-fpm。
【讨论】: