Score:0

How to respond to "NOTICE: Not enabling PHP 7.4 FPM by default." from system upgrade

co flag

I did a standard OS update on Ubuntu LTS (20.04) and the messages end with:

Processing triggers for php7.4-fpm (7.4.3-4ubuntu2.6) ...
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
NOTICE: You are seeing this message because you have apache2 package installed.

Yes, I am using Apache2. How do I decide whether I want to run those commands to enable PHP 7.4?

Score:0
ng flag

If you want to use PHP-fpm you run a2enmod proxy_fcgi setenvif and a2enconf php7.4-fpm

If you are asking why you should install it, it is better to install it if you want to have less overload on your system, have extra security, and want to configure every aspect of PHP. I use it on my website and it works very well! I would suggest installing it.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.