• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Restart PHP

O

omegauser

Guest
Hi,

Via SSH, how do I restart the PHP? because I have made some changes in the php.ini file.

Could you please help me with a Step by Step.?

Thanks.
 
PHP is embedded into apache so just restart apache to have any changes in php.ini take effect. Depending on your OS this could be:

service httpd restart (redhat/fedora)

invoke-rc.d apache2 restart (debian)

M
 
Back
Top