For security reasons, SSH access to your server can be blocked at the firewall level. Before you can connect to your account via SSH, you have to add your local IP address to the firewall. […]
Posts by seemab:
Two Factor Authentication for cPanel
Everyone wants to keep their accounts as protected as possible, even with using a unique strong password your account can still be compromised. Two Factor Authentication provides an additional step to access your cPanel account. […]
Quickly check installed version(s) of PHP
In order to quickly check installed version of PHP run: /usr/local/cpanel/bin/rebuild_phpconf –current […]
How to restart IP Pool
Sometimes when we added additional IPs in WHM/Cpanel, it may not bring them up after network restart. To fix this behavior run the following command to make aliases available on network interface again. /scripts/restartsrv_ipaliases Done. […]
How to install extension Managers on Cpanel Server:
The PHP extension manager on cPanel/WHM server use to install PHP extensions. To get an up-to-date list of extensions available for installation by using the PHP Extension Manager use the below command: […]
Exim Error : T=remote_smtp defer (-53)
Sometime on Cpanel servers the exim smtp report below error in the exim logs : […]
How To Setup Cpanel and Apache Log Rotation
Different kind of logs keep increasing on server and should be set to move else they can cause problem, one is that when any log file gets to 2 Gb it can generally outcome in Apache service failure or in common they can take up very huge disk space. […]
How To Start IPs on the server if they are assigned but not working
There are circumstances when extra IPs are allocated to a certain server but they still do not ping or react, and only the primary IP of the server pings. For Cpanel centered web servers you will discover them assigned at below weblink as well : […]
Check the Status of The Iptables Error: child pid 24546 exit signal File size limit exceeded (25)
Sometimes we find the error messages in /etc/httpd/logs/error_log as follows :- This means that we have a log file that is greater than 2GB in size. For cPanel serves you should set the log rotation from following link in WHM to avoid this : WHM >> Service Configuration >> Apache Configuration >> Log Rotation To […]
How To Reconfigure email for domain on windows Plesk
Sometimes email stops to work in Windows Plesk and it requires the emails to be reconfigured for the problem domain. This can be done by using below command : “%plesk_bin%\mchk.exe” –domain –domain-name=DOMAIN.TLD That’s it. […]