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 a command-line option to list…
Control panels
How to find the total number of connections for a cPanel account from the log files – command-line(SSH) option
Yes, it’s very useful tip to find the grand total number of connections in your domain hosted in a cPanel server. It is very helpful to analyse the domain traffic from command-line. Here I am selecting the “domlog” for calculating…
How to find the Direct Admin(DA) admin’s password – command line option
It is very simple, if you have an option to login to the server as root user. In a direct admin server, the Admin details are saved in a file ‘/usr/local/directadmin/scripts/setup.txt’. That’s why, we can find-out the login credentials simply…
How to enable BoxTrapper function for cPanel accounts – WHM/cPanel
The ‘BoxTrapper’ functions as a email spam filter for email accounts (addresses) in cPanel. The ‘BoxTrapper’ works through “challenge-response” verification. When an email is sent to an account that has enabled BoxTrapper, BoxTrapper automatically sends a verification email in response.…
[Solved] Sorry, a group for that username already exists – Error while creating a user in WHM/cPanel server
In some strange situation, you may get an error related with the user group while creating a user under your WHM server. Here is the solution for that, see the error details pasted below: Error: cPanel/WHM Error: Sorry, a group…
How to stop Open relay in a cPanel server – /scripts/fixrelayd
An Open relay is SMTP server which is configured in such a way, which allows a third party to send/receive emails that are neither from nor for local users. For that reason, such servers are usually targets for spam senders.…
How to set the maximum number of mails per hour – WHM/cPanel server
This feature is very useful to reduce spamming or something like that. By using this feature, we can defined the maximum mail that can be sent from a domain per hour. please note that, it’s a server wide setting. That…