我们正在得到
[Wed Aug 25 15:06:05.484053 2021] [proxy_fcgi:error] [pid 24792:tid 140550620227328] [client xxxx:40224] Premature end of script headers: index.php, referer: https://www.example.com/
[Wed Aug 25 15:06:05.484091 2021] [proxy_fcgi:error] [pid 24792:tid 140550620227328] [client xxxx:40224] AH01070: Error parsing script headers, referer: https://www.example.com/
[Wed Aug 25 15:06:05.484111 2021] [proxy_fcgi:error] [pid 24792:tid 140550620227328] (22)Invalid argument: [client xxxx:40224] AH01075: Error dispatching request to : , referer: https://www.example.com/
在 Apache + PHP7.4-FCGI 设置中。
虽然我们已经知道造成此问题的原因(Magento 发送的标头太大),并且还有大量其他相关问题,但我们没有找到有关如何获取正确错误消息的信息。
FCGI 和 Apache 之间是否可以增加一些日志记录?
php7.4-fpm 日志和 apache 日志似乎都没有揭示该问题的根本原因。