From 620b02eb7d2225aef706c23abcdeb8ebb1f62f13 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Jul 2014 09:27:25 +0200 Subject: [PATCH] php-fpm requires httpd >= 2.4.10 for proxy support in SetHandler --- php.conf | 2 +- php.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/php.conf b/php.conf index 813f96a..2e42fc6 100644 --- a/php.conf +++ b/php.conf @@ -42,7 +42,7 @@ DirectoryIndex index.php php_value soap.wsdl_cache_dir "/var/lib/php/wsdlcache" -# Redirect to local php-fpm is mod_php not available +# Redirect to local php-fpm if mod_php is not available SetHandler "proxy:fcgi://127.0.0.1:9000" diff --git a/php.spec b/php.spec index 8fff748..177a8f4 100644 --- a/php.spec +++ b/php.spec @@ -62,7 +62,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.6.0 -Release: 0.4.%{rcver}%{?dist} +Release: 0.5.%{rcver}%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -207,7 +207,8 @@ Requires(postun): systemd-units # To ensure correct /var/lib/php/session ownership: Requires(pre): httpd-filesystem # For php.conf in /etc/httpd/conf.d -Requires: httpd-filesystem +# and version 2.4.10 for proxy support in SetHandler +Requires: httpd-filesystem >= 2.4.10 %description fpm PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI @@ -1468,6 +1469,9 @@ rm -f README.{Zeus,QNX,CVS-RULES} %changelog +* Thu Jul 31 2014 Remi Collet 5.6.0-0.5.RC3 +- fpm requires httpd >= 2.4.10 for proxy support in SetHandler + * Thu Jul 31 2014 Remi Collet 5.6.0-0.4.RC3 - php 5.6.0RC3 - cleanup with_libmysql