Browse Source

Ops, we are already in the PHP5 time, so fix the default PHP configuration

master
parent
commit
5284dac2ff
  1. 4
      apache/apache.base
  2. 2
      apache/apache.spec

4
apache/apache.base

@ -239,8 +239,8 @@ DefaultType text/plain
</Files>
</IfModule>
# PHP4 support
<IfModule mod_php4.c>
# PHP5 support
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
</IfModule>

2
apache/apache.spec

@ -65,7 +65,7 @@ Class: BASE
Group: Web
License: ASF
Version: %{V_apache}
Release: 20060622
Release: 20060627
# package options (suexec related)
%option with_suexec yes

Loading…
Cancel
Save