How to Restart new Plesk?
In past versions, to restart Plesk you just need to tip
# 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
11:59 AM | Tags: plesk |
This entry was posted on 11:59 AM and is filed under plesk . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Subscribe to:
Post Comments (Atom)
1 Comments:
For debian it's /etc/init.d/psa stopall
and etc/init.d/psa start
Post a Comment