diff --git a/php.conf b/php.conf index 7690ae5..9248f44 100644 --- a/php.conf +++ b/php.conf @@ -44,6 +44,9 @@ DirectoryIndex index.php # Redirect to local php-fpm if mod_php is not available + # Enable http authorization headers + SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 + SetHandler "proxy:unix:/run/php-fpm/www.sock|fcgi://localhost" diff --git a/php.spec b/php.spec index c38701d..8426787 100644 --- a/php.spec +++ b/php.spec @@ -64,7 +64,7 @@ %global db_devel libdb-devel %endif -%global rcver RC1 +#global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites @@ -1484,6 +1484,11 @@ rm -f README.{Zeus,QNX,CVS-RULES} %changelog +* Wed Sep 30 2015 Remi Collet 5.6.14-1 +- Update to 5.6.14 + http://www.php.net/releases/5_6_14.php +- php-fpm: enable http authorization headers + * Thu Sep 17 2015 Remi Collet 5.6.14-0.1.RC1 - update to 5.6.14RC1