Mod_security is an Apache component that allows to secure your website from various attacks. It is used to prevent generally known exploits by use of frequent expression and rule sets and is allowed on all web servers by default. […]
Receive root login alerts
If you want to be notified every time when someone login into SSH as root.In this tutorial we will show you how to set email notification for root logins. To improve the security of your a Linux server you can set up BASH so it delivers an e-mail whenever someone logs in using the root account. This […]
Error MySQL Restart Failed : The server quit without updating PID file
So many users face difficulty due to below error: You can see this error while restarting MySQL server,Below are some fixes for this error. […]
How to Change root password for cPanel Server
Almost all server and account settings can be customized through cPanel’s Web Host Manager – WHM. Most website hosts using cPanel do not allow access to WHM for domains organised on a shared server. WHM accessibility is often given only to accounts hosted on dedicated solutions. If you are a SiteGround customer and your account […]
Setting Bandwidth usage alert in cPanel
This setting allows you to specify whether the server delivers notice e-mails to accounts that approach their bandwidth limits. This setting defaults to Off You can inform the customers those were nearing bandwidth limit through mail. To set up this option, Login to your WHM Simply select the “Tweak Settings” weblink under “Server configuration”. Within the“Mail” […]
How to clear cPanel default email account
cPanel by standard makes an e-mail account same as cPanel’s username. It is not possible to remove this e-mail account and it may be used by cPanel internally. Mail in your default account is stored in the two subdirectories named “cur” and “new You may find it in /home/username/mail/ If you want to remove all the […]
How to Disable magic quotes Joomla – Linux Server –
We can disable magic quotes in joomla by editing the php.ini file. Your default php.ini file exists for each cPanel account in public_html folder. To edit the magic_quotes settings, you will first need to open your cPanel, navigate to the public_html folder using the File Manager, and then edit the php.ini file. You can disable magic quotes in joomla […]
How to install FTP and setup user account
It’s very simple to set up FTP service on the server, please do as instructed below to set up FTP service and set up a customer to use FTP. Before setting up FTP you need to validate that it is not already set up on your server. For centos os use the command to check […]
How to configure email account on outlook 2007
For configuring email account on outlook 2007 follow the steps below,You must have an email account already created in cPanel to do so. Open Microsoft Office Outlook 2007 on your local computer Go to Tools -> Account Settings Click “New” in the upper left corner Select the “Microsoft Exchange, POP3, IMAP, or HTTP” Click “Next” […]
How to re-install MySQL in cPanel server
You can re-install MySQL on cPanel server by following the technique described below, Firstly you need to know the SQL rpms that were set up on your server. For that run the following command. rpm -qa | grep -i mysql Then remove the required MySQL rpms on the server using yum command. You can do […]