Bug#1114729: apache2 delivers .php files uninterpreted in clear during apt dist-upgrade

Sebastiaan Couwenberg <[email protected]> Sat, 13 Dec 2025 08:54:04 +0100
Newsgroups gmane.linux.debian.devel.apache
Message-ID <a59145c3-de36-499c-9557-928db573b746__33441.7096733645$1765612644$gmane$org@xs4all.nl>
On Fri, 26 Sep 2025 09:03:19 +0200 Moritz Schlarb <[email protected]> wrote:
> please tell us how exactly are you running the PHP interpreter in your apache
> (mod_php or PHP-FPM or...)?

I've noticed the same with upgrades of systems at $DAYJOB where libapache2-mod-php8.4 did not get enabled automatically after the upgrade of libapache2-mod-php.

The upgrade procedure for those systems added steps to explicitly enable it:

  a2enmod php8.4
  service apache2 restart

Kind Regards,

Bas