This article provide information about Most Plesk services including the log file location of the services and the configuration location and how to start/Stop or Restart the service
This article cover the following services with log locations ; configuration and manage the services command:
/etc/init.d/psa stop
/etc/init.d/psa start
/etc/init.d/psa restart
/etc/init.d/psa-firewall stop
/etc/init.d/psa-firewall start
/etc/init.d/psa-firewall restart
What is ModSecurity: ModSecurity is an open-source web-based firewall application (or WAF) supported by different web servers: Apache, Nginx and IIS.
/usr/local/psa/admin/bin/modsecurity_ctl -d
/usr/local/psa/admin/bin/modsecurity_ctl -e
What is Fail2ban :Fail2ban scans log files (for example /var/log/apache/error_log) and bans IPs that show the malicious signs — too many password failures, seeking for exploits, etc. Generally Fail2Ban is then used to update firewall rules to reject the IP addresses for a specified amount of time, although any arbitrary other action (e.g. sending an email) could also be configured. Out of the box Fail2Ban comes with filters for various services (apache, courier, ssh, etc).
/etc/init.d/fail2ban stop
/etc/init.d/fail2ban start
/etc/init.d/fail2ban restart
What is Tomcat: Tomcat is an application server from the Apache Software Foundation that executes Java servlets and renders Web pages that include Java Server Page coding.
/etc/init.d/tomcat5 stop
/etc/init.d/tomcat5 start
/etc/init.d/tomcat5 restart
What is Postfix: Postfix is Wietse Venema’s mail server that started life at IBM research as an alternative to the widely-used Sendmail program.
/etc/init.d/postfix stop
/etc/init.d/postfix start
/etc/init.d/postfix restart
What is Named /BIND: BIND (Berkely Internet Name Domain) is a popular software for translating domain names into IP addresses and usually found on Linux servers.
/etc/init.d/named stop
/etc/init.d/named start
/etc/init.d/named restart
/etc/init.d/mysqld stop
/etc/init.d/mysqld start
/etc/init.d/mysqld restart
/etc/init.d/postgresql stop
/etc/init.d/postgresql start
/etc/init.d/postgresql restart
/etc/init.d/httpd stop
/etc/init.d/httpd start
/etc/init.d/httpd restart
What is Single Sign-On (SSO): Single sign-on (SSO) is a session and user authentication service that permits a user to use one set of login credentials to access multiple applications. The service authenticates the end user for all the applications the user has been given rights to and eliminates further prompts when the user switches applications during the same session.
What is NGINX: NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server designed for maximum performance and stability. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers.
To disable nginx, go to “Tools & Settings >> Services Management” and stop nginx from there.
/etc/init.d/nginx stop
/etc/init.d/nginx start
/etc/init.d/nginx restart
What is Dovecot: Dovecot is an open source IMAP and POP3 email server for Linux/UNIX-like systems, written with security primarily in mind. Dovecot is an excellent choice for both small and large installations. It’s fast, simple to set up, requires no special administration and it uses very little memory.
/usr/sbin/dovecot
/etc/rc.d/init.d/dovecot stop
/etc/rc.d/init.d/dovecot start
/etc/rc.d/init.d/dovecot restart
Each failover IP address will need its own line in the configuration file. The configuration…
What is mdadm? The mdadm utility can be used to create and manage storage arrays…
There are several scenarios that you might need to increase or decrease your php maximum…
What is Let’s Encrypt? Let’s Encrypt is a free certificate authority provided by the Internet…
Python normally installed on all cPanel hosting server because most of Centos/red hat update system…
Usually CentOS 7 comes in a numbers of variants, For most users, there are two…