diff --git a/server/conf/vhost.conf.master b/server/conf/vhost.conf.master index bec2cedef22047e37fd77ac285912b45c95c7235..f6ad4b830f34f16cf17624045858573af3e6351d 100644 --- a/server/conf/vhost.conf.master +++ b/server/conf/vhost.conf.master @@ -372,12 +372,16 @@ - SetHandler php-fcgi + + SetHandler php-fcgi + - SetHandler php-fcgi + + SetHandler php-fcgi + Action php-fcgi /php-fcgi virtual @@ -402,7 +406,9 @@ #ProxyPassMatch ^/(.*\.php[345]?(/.*)?)$ fcgi://127.0.0.1:/$1 + SetHandler "proxy:fcgi://127.0.0.1:" + @@ -410,7 +416,9 @@ #ProxyPassMatch ^/(.*\.php[345]?(/.*)?)$ unix://|fcgi://localhost//$1 + SetHandler "proxy:unix:|fcgi://localhost" +