Para reiniciar el servidor Linux hay que ejecutar este comando por SSH:
shutdown -r now
Los comandos que habrá que ejecutar para reiniciar Plesk son:
/etc/init.d/psa stop
/etc/init.d/psa start
Para reiniciar el Apache y MYSQL escribimos:
service httpd stop
service mysqld restart
service httpd start