You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Allan Moraes <al...@allanmoraes.com.br> on 2015/06/04 15:08:50 UTC

[users@httpd] ProxySet disablereuse=off generetes 503

Hi!
There is a problem in my webserver. When I put the configuration ProxySet
disablereuse=off many access in my website return 503. When I remove this
configuration, the website access normaly. Why? Ok, the default
configuration is OFF, but why when I set this configuration my website
doesn't access?

Apache version: 2.4.12  MPM Event
PHP-FPM

<Proxy fcgi://127.0.0.1:9102>
ProxySet timeout=90 connectiontimeout=90
ProxySet disablereuse=off retry=0 keepalive=off ttl=1
</Proxy>
<FilesMatch \.php$>
SetHandler "proxy:fcgi://127.0.0.1:9102"
</FilesMatch>