¡Jugar! Marco: Apache mod_proxy ocasionalmente genera un error de proxy

¡Jugar! Marco: Apache mod_proxy ocasionalmente genera un error de proxy

¡El backend es un juego! Aplicación del marco.

Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /entries/topic~showcase

Reason: Error reading from remote server

Apache/2.2.22

Aquí está la configuración del sitio:

<VirtualHost *:80>
  ProxyPreserveHost On
  ServerName www.xxx.com
  ServerAlias xxx.com
  ProxyPass  /excluded !
  ProxyPass /investor http://127.0.0.1:81/investor
  ProxyPass /phppgadmin http://127.0.0.1:81//phppgadmin
  ProxyPass / http://127.0.0.1:9000/ keepalive=On
  ProxyPassReverse / http://127.0.0.1:9000/
</VirtualHost>

Después de agregarmantener vivo = activado, pude notar una mejora. ¡Pero el error de proxy todavía ocurre!

información relacionada