Skip to content

Backport: fix problem with PHP5-fpm using socket if mod_proxy_fcgi is enabled

Esteban Marin requested to merge macjohnny/ispconfig3:patch-1 into stable-3.0.5

Backport of merge request !189 (merged) ProxyPassMatch is only possible if running PHP-FPM over TCP. This fixes an error when mod_proxy_fcgi is installed/enabled but PHP-FPM is listening on a socket.

Merge request reports