diff --git a/php.conf b/php.conf index 414c2bc..7690ae5 100644 --- a/php.conf +++ b/php.conf @@ -45,6 +45,6 @@ DirectoryIndex index.php # Redirect to local php-fpm if mod_php is not available - SetHandler "proxy:unix:/run/php-fpm/www.sock|fgci://localhost" + SetHandler "proxy:unix:/run/php-fpm/www.sock|fcgi://localhost" diff --git a/php.spec b/php.spec index 7921d4d..23d7150 100644 --- a/php.spec +++ b/php.spec @@ -67,7 +67,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.6.11 -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1477,6 +1477,9 @@ rm -f README.{Zeus,QNX,CVS-RULES} %changelog +* Fri Jul 17 2015 Remi Collet 5.6.11-2 +- fix typo in php.conf #1244104 + * Sun Jul 12 2015 Remi Collet 5.6.11-1 - Update to 5.6.11 http://www.php.net/releases/5_6_11.php