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...
by admin | Aug 26, 2020 | WordPress
When writing blog posts, do you notice that the secure lock isnt there for your WordPress ? To resolve : Check for the permalink settings and the general settings to see WordPress Address (URL) and Site Address (URL) , make sure the address given there reflects...
by admin | Aug 6, 2020 | aws
First create an IAM programmatic user which has permissions to s3 from AWS console. Note down the access ID and the secret KEY Now, lets configure AWS CLI in the server. To install the CLI in CentOS 7 lets do this : sudo yum -y install python-pip sudo pip install...
by admin | Aug 3, 2020 | Servers, Ubuntu
Do you face an issue in which you can see that the mail has delivered to your recipient, but Roundcube still shows “Sending Messages” and just freezes ? Roundcube looks to be freezed ! The issue might be due to X-Frame-Options set to DENY in Apache...
by admin | Aug 1, 2020 | MySQL
Do you get the following error when trying to create user and grant privileges ? The database error when creating : ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use...
by admin | Aug 1, 2020 | cPanel/WHM
When sending mail via PHPmailer() scripts, do you get this in the logs ? Date TLS error on connection from localhost (www.domain.com) [127.0.0.1] (SSL_accept): error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol The reason may be old PHP scripts are...