Using WHM we can assign one dedicated IP to one account. But if wants to set multiple IPs to an account for eg: to subdomain, addon domain or park domain. We have to it manually by editing following configuration files. 1.# vim /var/cPanel/userdata/[username]/subdomain.domain.tld Here, change the shared IP with new dedicated IP. 2. After that […]
See MoreTag: hostripples
Webmail login error: Your Internet Address has changed
While accessing webmail you get following errors. Error: Your Internet Address has changed since the beginning of your Mail session. To protect your security, you must login again. Solution: Turn off the ‘checkip’ variable in the following configuration file. The configuration files absolute path is : /usr/local/cPanel/base/horde/config/conf.php Thats it.
See MoreEnable Mysql Event Schedulers
To execute the mysql events as per the schedule, First enable it on the server. How to enable it? Go to mysql prompt using following command. #mysql #mysql> SET GLOBAL event_scheduler = 1; It will enable mysql event scheduler. Thats all.
See More