How to Restart new Plesk
Posted by HostsVault | Posted in How-To's | Posted on 13-01-2009-05-2008
0
In older versions you just needed :
service PSA restart ALL
To restart Plesk, but in the latest version things has gone a little bit different now you should run this:
On Linux like OS
/etc/rc.d/init.d/psa stopall
/etc/rc.d/init.d/psa start
On FreeBSD
/usr/local/psa/rc.d/init.d/psa stopall
/usr/local/psa/rc.d/init.d/psa start


