OS: Debian 10 | Webmin: 1.984 | Virtualmin: 6.17-3
I have 2 versions of php installed, 8.0 and 8.1, and in php cli I have 8.1 set
I want to set version 8.0 and although I follow what the official documentation says, I do not get the expected result
https://www.virtualmin.com/documentation/web/multiplephp/
The documentation says: You can configure which one is the default PHP version used on new Virtual Servers. The default is to use the newest available. You can change that default in System Settings → Server Templates → Default → PHP Options, and on that screen you can set the default PHP version to use in the field Default PHP version.
I do it as you can see in the first image: https://i.imgur.com/4ca1KjN.png
Though it shouldn’t be necessary, but just in case, I will also set 8.0 in Server Configuration → PHP Options always according to the documentation when it says that You can configure the PHP version being used for a specific Virtual Server by selecting Server Configuration → PHP Options
I do this as you can see in the second image: https://i.imgur.com/2fkxUf9.png
The final result, after not restarting and after restarting (by trying all the options) is that I am still in 8.1 as you can see in the third image: https://i.imgur.com/jIklVXs.png
Any ideas? I am doing something wrong? Has the official documentation forgotten any steps? Thanks