- Update to 5.6.14 http://www.php.net/releases/5_6_14.php
- php-fpm: enable http authorization headers
This commit is contained in:
parent
98ce5ad038
commit
41c7e6271c
3
php.conf
3
php.conf
@ -44,6 +44,9 @@ DirectoryIndex index.php
|
||||
|
||||
# Redirect to local php-fpm if mod_php is not available
|
||||
<IfModule !mod_php5.c>
|
||||
# Enable http authorization headers
|
||||
SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1
|
||||
|
||||
<FilesMatch \.php$>
|
||||
SetHandler "proxy:unix:/run/php-fpm/www.sock|fcgi://localhost"
|
||||
</FilesMatch>
|
||||
|
7
php.spec
7
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 <remi@fedoraproject.org> 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 <remi@fedoraproject.org> 5.6.14-0.1.RC1
|
||||
- update to 5.6.14RC1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user