After network service restart, ipaliases and cpipv6 should be restarted to retrieve all allocated IPs after system network is restarted. /usr/local/cpanel/scripts/restartsrv ipaliases /usr/local/cpanel/scripts/restartsrv cpipv6
Category: cPanel
How to fix DBCACHE: exit 11 error with cPanel and MariaDB
Symptoms Updating MariaDB to v10.2.35 or v10.3.26 may hinder select sites to be inaccessible and the MySQL Database interface within cPanel may populate “The MySQL server is currently offline.” Workaround As of 2020-11-06, cPanel development team has released an autofixer to address this issue. If you are experiencing this problem now, though, you may …
Increase PHPMYADMIN upload limit on cPanel server
By default, phpmyadmin has a max upload size of 50 MiB. To increase this value on a cPanel server please do the following: Login to WHM as root Go to Server Configuration » Tweak Settings Click on PHP tab Update the values `max upload size` and `max POST size` to the max file size you need. Don’t forget …
How to Force HTTPS using .htaccess
Encryption is essential and security is priority. If you want to force your users to use HTTPS version of your website, you can use a small code to do this. Open .htaccess on your public_html folder or any sub-folder and add this code on top: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.example.com/$1 [R,L] change …
EasyApache is currently upgrading your Apache and PHP installation
If you are continuously getting the message “EasyApache is currently upgrading your Apache and PHP installation” While trying to configurting PHP and suEXEC in WHM Try this on SSH: mv AN_EASYAPACHE_BUILD_IS_CURRENTLY_RUNNING AN_EASYAPACHE_BUILD_IS_CURRENTLY_RUNNING_bk Your issue should be solved. source