fix php.conf to allow MultiViews managed by php scripts
This commit is contained in:
parent
6e1dc80bb0
commit
667d2252f1
2
php.conf
2
php.conf
@ -4,6 +4,8 @@
|
|||||||
<FilesMatch \.php$>
|
<FilesMatch \.php$>
|
||||||
SetHandler application/x-httpd-php
|
SetHandler application/x-httpd-php
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
# Need for Multiviews
|
||||||
|
AddType text/html .php
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add index.php to the list of files that will be served as directory
|
# Add index.php to the list of files that will be served as directory
|
||||||
|
5
php.spec
5
php.spec
@ -58,7 +58,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.4.11
|
Version: 5.4.11
|
||||||
Release: 0.1.rc1%{?dist}
|
Release: 0.2.rc1%{?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
|
||||||
@ -1403,6 +1403,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 10 2013 Remi Collet <rcollet@redhat.com> 5.4.11-0.2.RC1
|
||||||
|
- fix php.conf to allow MultiViews managed by php scripts
|
||||||
|
|
||||||
* Thu Jan 10 2013 Remi Collet <rcollet@redhat.com> 5.4.11-0.1.RC1
|
* Thu Jan 10 2013 Remi Collet <rcollet@redhat.com> 5.4.11-0.1.RC1
|
||||||
- update to 5.4.11RC1
|
- update to 5.4.11RC1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user