I have 2 servers. The first runs Apache mod_php. The second FPM.
I want to change the first one to PHP-FPM for all sites on that server.
In “Server Templates -> PHP Options”, the Apache mod_php is the only available option.
How can I change globally to FPM for the entire server?
You would need to install PHP-FPM package first. Later re-run System Settings > Re-Check Configuration and change execution mode using Server Configuration > Website Options page.
In “Server Templates -> PHP Options”, the Apache mod_php is the only available option.
Afterwards doing the above, this can be changed to PHP-FPM as well but will only affect newly created virtual servers.
Thanks Ilia,
But I think that is a bit overkill in my case.
I’m just after a way to import servers in the same way as when I use “Add Servers/Import Virtual Server” and add the domain name.
And I have all server names in a file.
(User names and pw are already in /etc/passwd and a complete MySql db is in place)
I don’t have a compressed backup file.