by admin | Jun 5, 2021 | cPanel/WHM, Servers
We will see how to install Varnish in a WHM server. Useful for magento caching which can be done from the admin UI. 1) Install epel-release repository yum install epel-release –y yum install pygpgme yum-utils 2) Create /etc/yum.repos.d/varnishcache_varnish60.repo with...
by admin | Jun 1, 2021 | Servers, WordPress
#!/bin/bash NOW=$(date +”%Y-%m-%d-%H%M”) FILE=”domain.com.$NOW.tar” BACKUP_DIR=”/home/backups” WWW_DIR=”/var/www/html/domain” # MySQL database credentials DB_USER=”dbnameuser” DB_PASS=”dbpass”...
by admin | Nov 19, 2020 | Virtualmin
Virtualmin – not able to add accounts / sub-servers after 10 domains have been added. Check if it is / if it was on a pro license. The pro license only offers 10 accounts, so the system is still thinking you are on pro and hence not able to add. How to fix this...
by admin | Nov 19, 2020 | Mail service, Ubuntu
Emails not working after exim upgrade – VestaCP Issue has been recorded at ========== https://forum.vestacp.com/viewtopic.php?f=12&t=19994 The fix would be to downgrade the exim via terminal / SSH. wget https://git.io/JJjHP rpm -Uvh –oldpackage...
by admin | Sep 4, 2020 | cPanel/WHM
If you have used the transfer tool on WHM to transfer accounts to another WHM server, you might get an issue with Proxy loop on the apache settings. Your domain might have transferred to the new server and you might even have changed the DNS, but you will receive an...