Re: Bug on upgrade to bookworm with Apache/PHP?
Andrew Wood wrote:
> This is because the php7.4 files have now been replaced with php8.2
>
> Specifically sym linsk in /etc/apache2/mods-enabled/ which link to
> /etc/apache2/mods-available/
> php7.4.conf -> ../mods-available/php7.4.conf
> php7.4.load -> ../mods-available/php7.4.load
>
> Should be removed and replaced with a link to
>
> php8.2.conf -> ../mods-available/php8.2.conf
> php8.2.load -> ../mods-available/php8.2.load
>
>
> Is this known about?
Yes. It is not an error, per se, because it is possible that a
person would want to keep the php7 system around a bit longer,
and not yet install the php8 system.
It is just part of the decisions that a sysadmin has to make for
their systems.
-dsr-
Reply to: