cPanel Articles
cPanel
cPanel Knowledgebase aticles
Exim
cPanel/Exim Knowledgebase articles
General
cPanel General Knowledgebase and articles.
MySQL
MySQL/cPanel knowledgebase articles
PHP
cPanel php related issues and troubleshooting techniques.
Plugins
FREE cPanel Plugins, Plugin Knowledgebase
Security
cPanel server security settings and tweaking tips
WHM
WHM/cPanel Knowledgebase articles
December 28, 2017 | cPanel, Plugins, WHM | No Comments
Login your cpanel
1. Click the Redirects button on the front page under the "domains"
2. Enter the address of the web page to move in the first field.
3. Enter the redirection address in the second field. (this can be a sub domain
and may be listed as a directory on home page).
4. Choos...
[ read more ]
Tag: 301redirect-redirect-htaccess-htaccess
December 28, 2017 | cPanel, Plugins, WHM | No Comments
What is cron?
It is the scheduling daemon of the Linux operating system
Cron jobs allow you to automate repetitive tasks on the server that hosts your web site. This is a powerful tool that allows you to take a hands-free approach to repetitive tasks.
There are two different modes you can use...
[ read more ]
Tag: cpanel, cron, cronjob, crontab, example
December 28, 2017 | cPanel, Plugins, WHM | No Comments
Sql.safe mode Errors
If you have any mysql connection errors and received error with cpanel user name authentication errors. If sql.safe_mode is enabled, mysql_connect() and mysql_pconnect() ignore any arguments passed to them. Instead, PHP attempts to connect using the following details:
host...
[ read more ]
Tag: mysql, php-ini
December 28, 2017 | cPanel, Plugins, WHM | No Comments
Create a new CentOS 7 instance on your google cloud engine. From the cPanel & WHM System Requirements, We know that CentOS 7 will require at least 1GB of RAM and a minimum of 20GB disk space. You can create multiple disks for your VM instance during the creation process. You can also add more di...
[ read more ]
Tag: cpanel-installation, google-cloud
December 28, 2017 | cPanel, Plugins, WHM | No Comments
[Wed Sep 04 04:32:11 2013] [error] [client 115.99.248.238] sendmail: Not running with correct effective GID. Is sendmail binary setgid mailtrap?,
It may be the problem with your sendmail binary permission problem. You should check your current ownership and permission.
sendmail: Not running ...
[ read more ]
Tag: sendmail
December 28, 2017 | cPanel, Plugins, WHM | No Comments
Are you getting Internal server error while accessing mailing list? Mostly it will be displayed the Mailman errors and Mailman Bug after you migrated cPanel accounts to new hosts.
Mailman is software that lets you manage electronic mailing lists. It supports a wide range of mailing list types, su...
[ read more ]
Tag: internal-server-error, mailman, mailman-bug, mailman-error
December 28, 2017 | cPanel, Plugins, WHM | No Comments
How to Install Imagemagic on cpanel
Use the following command to check whether image magic already installed.
/scripts/checkimagemagick
If you didn't received any thing, then use the following steps to install image magic on your cpanel server.
Installation
/scripts/installimagemagick...
[ read more ]
Tag: cpanel, imagemagick, imagick, whm
December 28, 2017 | cPanel, Plugins, WHM | No Comments
This Heartbleed vulnerability allows an attacker to read 64 kilobyte chunks of memory from the servers and clients that connect using SSL through a flaw in the OpenSSL’s implementation of the heartbeat extension.
cPanel & WHM does not provide any copies of the OpenSSL library. The daemons a...
[ read more ]
Tag: heartbleed, openssl, security
December 28, 2017 | cPanel, Plugins, WHM | No Comments
We can use various methods to change database engine. In order to convert Database ENGINE from InnoDB to MyISAM use the following methods and shell scripts.
First you should take all the databases backup.
root@serv [~]#mysqldump DBname > DBBacupname.sql
Method : 1
Once you secure the Data...
[ read more ]
Tag: database, innodb, myisam
December 28, 2017 | cPanel, Plugins, WHM | No Comments
MySQL Performance Tuning Shell Script, This script takes information from "SHOW STATUS LIKE..." and "SHOW VARIABLES LIKE..." then attempts to produce sane recommendations for tuning server variables. It is compatible with all versions of MySQL 3.23 and above.
In your huge traffic cPanel server ...
[ read more ]
Tag: mysql, shellscript-2