我的phpinfo()
系统正确地告诉我,我在 Apache Web 服务器上运行的是 HHVM 3.18.1。如果我尝试加载除 index.php 之外的任何 PHP 页面,则会得到:
[Thu Aug 17 11:35:56.542841 2017] [proxy_fcgi:error] [pid 19023] [client 127.0.0.1:59730] AH01067: Failed to read FastCGI header
[Thu Aug 17 11:35:56.543005 2017] [proxy_fcgi:error] [pid 19023] (70014)End of file found: [client 127.0.0.1:59730] AH01075: Error dispatching request to :
[Thu Aug 17 11:36:49.676178 2017] [proxy_fcgi:error] [pid 19028] [client 127.0.0.1:59736] AH01067: Failed to read FastCGI header
[Thu Aug 17 11:36:49.676357 2017] [proxy_fcgi:error] [pid 19028] (70014)End of file found: [client 127.0.0.1:59736] AH01075: Error dispatching request to :
如何修复某些 PHP 页面上有条件触发的 AH01067 / AH01075 错误?