How to Restart new Plesk?

In past versions, to restart Plesk you just need to tip
Check Spelling

# service PSA restart ALL

In the newest versions, depending on the OS you use you should be able to restart Plesk using the next commands:

Regular Linux OS:
#/etc/rc.d/init.d/psa stopall
#/etc/rc.d/init.d/psa start


FreeBSD:

/usr/local/psa/rc.d/init.d/psa stopall
/usr/local/psa/rc.d/init.d/psa start

1 Comments:

betz said...

For debian it's /etc/init.d/psa stopall
and etc/init.d/psa start