From 234ed29dac369814c696f626c1fe297ade963986 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Jun 2016 10:22:01 +0200 Subject: php71-php: 7.1.0alpha1 --- php.conf2 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 php.conf2 (limited to 'php.conf2') diff --git a/php.conf2 b/php.conf2 new file mode 100644 index 0000000..fc6de6f --- /dev/null +++ b/php.conf2 @@ -0,0 +1,12 @@ + +# Redirect to local php-fpm if mod_php (5 or 7) is not available + + + # Enable http authorization headers + SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 + + + SetHandler "proxy:fcgi://127.0.0.1:9000" + + + -- cgit