From fca5b9393ac3d461921e48a138504c25411a239a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Aug 2014 09:33:27 +0200 Subject: php 5.6: backport rawhide stuff for F21+ and httpd-filesystem with support for SetHandler to proxy_fcgi --- php.conf2 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 php.conf2 (limited to 'php.conf2') diff --git a/php.conf2 b/php.conf2 new file mode 100644 index 0000000..458f81a --- /dev/null +++ b/php.conf2 @@ -0,0 +1,7 @@ + +# Redirect to local php-fpm if mod_php is not available + + + SetHandler "proxy:fcgi://127.0.0.1:9000" + + -- cgit