If you want to enable/disable the php functions like allow_url_include and allow_url_fopen, You can simply do it by editing the php configuration file. […]
Category: Cpanel
Upgrade phpMyAdmin to latest version on Linux
phpmyadmin is free and an open source php platform used to administer MySQL with a web browser.It supports wide range of operations on MySQL, MariaDB. […]
Install phpMyAdmin on Fedora, CentOS & RHEL with Apache Web Server
PhpMyAdmin is a free and an open source PHP platform used to administer MySQL with a web browser.It supports wide range of operations on MySQL, MariaDB. […]
How to restore cPanel account backup with new username
We already knows, how to restore the cPanel back-up using script command but most of us doesn’t know how to restore the cPanel back-up with new username. […]
How to fix Apache could not reliably determine FQDN Error on Ubuntu
You might probably faced the same following error while you were restarting the Apache server on Ubuntu. * Restarting web server apache2 apache2: apr_sockaddr_info_get() failed for server apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName … waiting apache2: apr_sockaddr_info_get() failed for serverapache2: Could not reliably determine the server’s […]
Basic Centos Configurations Before Building a Working Server
CentOS is a free and open source operating system. CentOS is actually used for building servers, mainframes, workstations etc..So today, I will guide you with some of the basic steps that you need to do before you build a working server on CentOS 6. […]
How to move website from cPanel based hosting to your new Server
This information will show you how to move a website from cPanel to the un-managed server you’ve installed. The phrase “Server” here relates to either VPS or Dedicated server. […]
How to Reboot Dedicated Server Through WHM?
Sometimes we need to restart our server for installation or configuration purpose.We recommend you to not restart your server frequently, If it is really not necessary as it can cause harm to your server. […]
How to auto delete Emails on cPanel
Today I will Let you know how to auto delete old Emails on cPanel : You have to set the cron by using cpanel >> cronjob and add the following command to run in cron. /usr/bin/archivemail –quiet –delete –days 20 /home/{USER}/mail/inbox By using above command you can delete the 20 days old emails . Make […]
How to stop spam attacks on cPanel Server
It is really necessary to stop malicious activities and SPAM attacks on cPanel server. There are number of steps but you must need to enable/disable some Tweaks on cPanel server. 1- Setting in “Exim Configuration Manager” 1. Login to WHM control panel by using root login details 2. Go to Exim Configuration Manager 3. Enable RBL filtering […]