Switching FPM from PHP 8.1 to 8.2 puts virtual servers into error state

SYSTEM INFORMATION
OS type and version Ubuntu Linux 18.04.6
Webmin version 2.001 GPT
Virtualmin version 7.5-1 GPT
Related packages SUGGESTED

PHP 8.2 installed automatically with apt upgrade.
If I try to switch the PHP options from FPM PHP 8.1 to 8.2 in a virtual server, the site fails with these two errors:

[Thu Jan 12 04:50:36.517608 2023] [proxy:error] [pid 6439] (111)Connection refused: AH00957: FCGI: attempt to connect to 127.0.0.1:8015 (*) failed
[Thu Jan 12 04:50:36.517691 2023] [proxy_fcgi:error] [pid 6439] [client 90.73.39.109:52750] AH01079: failed to make connection to backend: 127.0.0.1

Switching the site to fcgi and then back to FPM fixes it, so I’m guessing that in the initial version switch something wrong gets copied from the FPM 8.1 options to the 8.2 options.
Is there some way to fix this globally, so that I don’t have to go through this three-times switching for each virtual host?
I’m a bit wary of running “recheck configuration” because some other posts mentioned that it might put all the virtual servers into an error state …

Many thanks for any input!

Similar experience here. It looks like it’s been fixed in the next release of Virtualmin (7.6), just have to hang fire until then.

Thanks a million for the feedback !

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.