scheduled task in Plesk

Steps to create, edit, and remove scheduled task in Plesk- Hostripples

With the task scheduler in Plesk panel, we can do below: Execute a command at a particular time intervals Fetch URLs at a particular time intervals Run/execute PHP scripts at a particular time intervals Steps to create a scheduled task in Plesk Step-1 : Login to Plesk panel Step-2 : From the left -side menu, […]

See More
Cpanel_Security_Advisory_Code_Execution_due_to_faulty_file_extionsion_dispatching

cPanel Security Advisory | Code execution due to faulty file extension dispatching.

Published on July 21st, 2020 cPanel has released a new cPanel security advisory for all public updates. These updates address security concerns with the cPanel & WHM product. This advisory is concerned with code execution due to faulty file extension dispatching in Cpanel and is currently available to all customers via the standard update system. […]

See More
How to Enable The Slow Query Log

How to Enable MySQL Slow Query Log in a cPanel/WHM Linux server

To MySQL enable slow query log in cPanel server, you can use the following steps. Add the following to /etc/my.cnf file on the server. # vi /etc/my.cnf log-slow-queries=/var/lib/mysql/slow.log After that, do the following commands to create the file with the right ownership and file permissions # touch /var/lib/mysql/slow.log # chmod 660 /var/lib/mysql/slow.log # chown mysql:mysql […]

See More