A php handler loads the php modules and that determines how the php pages loaded on the server. Different types of php handlers are CGI, DSO, suPHP, & FastCGI. In a cPanel server, we have command-line options to list and…
How to enable login email alert on server – WHM and SSH login alert
We can setup an email alert for every login attempt via SSH and WHM to server. This is an important security concern for server owners to protect the server from unknown login attempts. By setup this email alert, every server…
How to schedule automatic backup on server with Plesk control panel
There is an option in Plesk control panel to take the full back of the server. Mainly three backup period options are available in the Plesk panel daily, weekly and monthly. You can simply schedule the backup by following the…
How to check cPanel rpm works or not – cPanel script to check rpm
Yes, this is an important requirement for server admins to check if any corrections has occurred in rpms installed with cPanel. In cPanel, there is a script to check if the rpm is working or not, it is corrected or…
How to install Security Advisor Addon on WHM/cPanel server
Yes, it’s really a useful server security alert. The Security Advisor Addon is an open source addon for cPanel server. We can simply install it from git. This addon collect security information from server and displays on a single page.…
Named service in DirectAdmin not started – Issue with named script
If you are facing problem with the Named service in DirectAdmin, which means when restarting named you are getting errors for all the zone files in your server. This error looks like the named script is corrupted. Then, you can…
How to prevent DoS attack on server using IPTables or CSF
DOS is the abbreviation of Denial Of Service. It’s an attempt to make the server network resources unavailable to its intend users. We can identify it by checking if there any packet loss on the server simply by using PING.…