• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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