-
-
Save santiazpi/0e4599a95a2693b62c44def89d623e3a to your computer and use it in GitHub Desktop.
PLESK: Useful PLESK common commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# restart plesk | |
/etc/init.d/psa restart | |
# reload plesk configs (useful for vhost.conf) | |
/usr/local/psa/admin/sbin/websrvmng -a -v | |
# restart qmail | |
service qmail restart | |
# plesk email log | |
tail -f /usr/local/psa/var/log/maillog |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment