A new self-signed SSL certificate will be created in the server certificate repository: # ls -la /usr/local/psa/admin/conf/httpsd.pem -r——– 1 root root 3089 Sep 23 12:50 /usr/local/psa/admin/conf/httpsd.pem The old one will be renamed as httpsd.pem.sav # ls -la /usr/local/psa/admin/conf/httpsd.pem.sav -r——– 1 root root 3046 Sep 5 01:23 /usr/local/psa/admin/conf/httpsd.pem.sav To assign this SSL certificate for securing your … Read More “Plesk: Self-Signed SSL Certificate” »
Category: Web Hosting Control Panel
You can disable Nginx on your server through command line Code: /usr/local/psa/admin/sbin/nginxmng -d And rebuild httpd configuration through command line Code: /usr/local/psa/admin/sbin/httpdmng –reconfigure-all
Below, you will find the services’ configuration and log file locations, which may be useful in a troubleshooting procedure. Services Control Panel Logs Error log: /var/log/sw-cp-server/error_log and /var/log/sw-cp-server/sw-engine.log Access log: /usr/local/psa/admin/logs/httpsd_access_log Panel log: /usr/local/psa/admin/logs/panel.log Services Stop: /etc/init.d/psa stop Start: /etc/init.d/psa start Restart: /etc/init.d/psa restart Configuration PHP config: /usr/local/psa/admin/conf/php.ini Panel config: /usr/local/psa/admin/conf/panel.ini Web server config: /etc/sw-cp-server/conf.d/plesk.conf … Read More “Parallels Plesk for Linux services logs and configuration files” »
Disable the mail service for the domain.tld subscription: Go to Subscriptions > domain.tld > Mail > Change Settings. Uncheck Activate mail service on domain and click OK. You can also disable the mail service on the subscription using the command-line utility mail: /usr/local/psa/bin/mail –off domain.tld To disable the mail service for every subscription on the … Read More “Plesk: Disable Mail Service for domain” »