Should I replace libapache2-mod-php5-filter with libapache2-mod-php5 on Debian 6 Apache 2.2.16?

Posted by luison on Server Fault See other posts from Server Fault or by luison
Published on 2012-11-05T15:59:29Z Indexed on 2012/11/05 17:03 UTC
Read the original article Hit count: 372

Filed under:
|
|

Upgrading various virtual machines we are having an issue with the Debian package upgrade to version 2.2.16

The upgrade (surprisingly) seems to remove libapache2-mod-php5 replacing it with libapache2-mod-php5-filter. This gave us some headache as the php.ini was pointing to the "old" one and some of the apache.conf conditional module rules stopped working.

We can fix all those but we can't figure out if there would be any issues if we just "reversed" this and simply install libapache2-mod-php5 again and load that module instead of the "filter" one or in there is anyway to "alias" a module.

I tend to think that the change "has a reason" but after reading apache2 and php5: module or filter I understand the module differences are to do with post delivery security issues.

© Server Fault or respective owner

Related posts about apache2

Related posts about php5