My phpinfo()
correctly tells me that I am running HHVM 3.18.1 on my Apache webserver. If I try to load any PHP page other than my index.php, I get:
[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 :
How do I fix this AH01067 / AH01075 error that conditionally triggers on some PHP pages?