php-fpm requires httpd >= 2.4.10 for proxy support in SetHandler
This commit is contained in:
parent
6e876c11b7
commit
620b02eb7d
2
php.conf
2
php.conf
@ -42,7 +42,7 @@ DirectoryIndex index.php
|
|||||||
php_value soap.wsdl_cache_dir "/var/lib/php/wsdlcache"
|
php_value soap.wsdl_cache_dir "/var/lib/php/wsdlcache"
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
# Redirect to local php-fpm is mod_php not available
|
# Redirect to local php-fpm if mod_php is not available
|
||||||
<IfModule !mod_php5.c>
|
<IfModule !mod_php5.c>
|
||||||
<FilesMatch \.php$>
|
<FilesMatch \.php$>
|
||||||
SetHandler "proxy:fcgi://127.0.0.1:9000"
|
SetHandler "proxy:fcgi://127.0.0.1:9000"
|
||||||
|
8
php.spec
8
php.spec
@ -62,7 +62,7 @@
|
|||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
Name: php
|
Name: php
|
||||||
Version: 5.6.0
|
Version: 5.6.0
|
||||||
Release: 0.4.%{rcver}%{?dist}
|
Release: 0.5.%{rcver}%{?dist}
|
||||||
# All files licensed under PHP version 3.01, except
|
# All files licensed under PHP version 3.01, except
|
||||||
# Zend is licensed under Zend
|
# Zend is licensed under Zend
|
||||||
# TSRM is licensed under BSD
|
# TSRM is licensed under BSD
|
||||||
@ -207,7 +207,8 @@ Requires(postun): systemd-units
|
|||||||
# To ensure correct /var/lib/php/session ownership:
|
# To ensure correct /var/lib/php/session ownership:
|
||||||
Requires(pre): httpd-filesystem
|
Requires(pre): httpd-filesystem
|
||||||
# For php.conf in /etc/httpd/conf.d
|
# 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
|
%description fpm
|
||||||
PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI
|
PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI
|
||||||
@ -1468,6 +1469,9 @@ rm -f README.{Zeus,QNX,CVS-RULES}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 31 2014 Remi Collet <rcollet@redhat.com> 5.6.0-0.5.RC3
|
||||||
|
- fpm requires httpd >= 2.4.10 for proxy support in SetHandler
|
||||||
|
|
||||||
* Thu Jul 31 2014 Remi Collet <rcollet@redhat.com> 5.6.0-0.4.RC3
|
* Thu Jul 31 2014 Remi Collet <rcollet@redhat.com> 5.6.0-0.4.RC3
|
||||||
- php 5.6.0RC3
|
- php 5.6.0RC3
|
||||||
- cleanup with_libmysql
|
- cleanup with_libmysql
|
||||||
|
Loading…
Reference in New Issue
Block a user