Hello,
I'm trying to get changes I made to php.ini (in this case/opt/plesk/php/7.2/etc/php.ini) to be applied to the actual subscriptions. When I edit a file (from the cli, like using vim or sed) the default values stay unchanged if I look at the php setting of an (unlocked) Subscription using that php version.
httpd restart doesn't change a thing
nginx restart doesn't change a thing
httpdmng --reconfigure-all doesn't change a thing.
When I go in Plesk to Tools & Setting > PHP Settings > 7.2.12 FastCGI application > php.ini I can see the changes I made. Only when I click OK on that page are the changes actually applied. However, we have multiple PHP versions and quite a bunch of servers, so I don't want to have to do this using the Plesk GUI for every server and php version.
I can easily change all the values in values in all php.ini files on all servers using a script, now I just want to have the changed applied using a command as well.
Any ideas?
I'm trying to get changes I made to php.ini (in this case/opt/plesk/php/7.2/etc/php.ini) to be applied to the actual subscriptions. When I edit a file (from the cli, like using vim or sed) the default values stay unchanged if I look at the php setting of an (unlocked) Subscription using that php version.
httpd restart doesn't change a thing
nginx restart doesn't change a thing
httpdmng --reconfigure-all doesn't change a thing.
When I go in Plesk to Tools & Setting > PHP Settings > 7.2.12 FastCGI application > php.ini I can see the changes I made. Only when I click OK on that page are the changes actually applied. However, we have multiple PHP versions and quite a bunch of servers, so I don't want to have to do this using the Plesk GUI for every server and php version.
I can easily change all the values in values in all php.ini files on all servers using a script, now I just want to have the changed applied using a command as well.
Any ideas?