Can't update php 7.3 and 7.4

Hello,

I am getting updates for PHP that I can’t install

NOTICE: Not enabling PHP 7.3 FPM by default.
NOTICE: To enable PHP 7.3 FPM in Apache2 do:
NOTICE: a2enmod proxy_fcgi setenvif
NOTICE: a2enconf php7.3-fpm
NOTICE: You are seeing this message because you have apache2 package installed.
Processing triggers for php7.4-fpm (7.4.11-6+ubuntu20.04.1+deb.sury.org+1) …
NOTICE: Not enabling PHP 7.4 FPM by default.
NOTICE: To enable PHP 7.4 FPM in Apache2 do:
NOTICE: a2enmod proxy_fcgi setenvif
NOTICE: a2enconf php7.4-fpm

I tried to run the commands

a2enmod proxy_fcgi setenvif
a2enconf php7.3-fpm

a2enmod proxy_fcgi setenvif
a2enconf php7.4-fpm

and then run the updates again but they never applied.

Can you please help me apply the updates

Thank you for support.

You can ignore the warnings as it should allready be applied on default.

PHP should be working fine with Apache2 Currently.

1 Like

Thank you eris for your support.