Category: Server Management
-
CWP Option FollowSymLinks not allowed here
look for this line <Directory “%docroot%”> and replace it with the following go to your cpanel https://yourdomain:2083/from side menu go to Domains-> AutoSSL check Installed Certificates card and click renew for the domain affected
-
Fix: Plugin mysql_native_password reported: mysql_native_password is deprecated
If you get this error in MySql error logs Then You need to migrate your users to use caching_sha2_password instead of mysql_native_password So let’s go into work in this article I will show you how to migrate your caching_sha2_password First we will list all effected users using this command Note we have user here is…
-
Fix elastic search not working in macOS 13 Ventura
Hello,any one got this error after upgrade to macOS Ventura.“jdk is damaged and can’t be opened. You should move it to the Trash.”here is a quick fix. Until Elastic search company makes an updatein terminal install the latest version of openjdk with Homebrew if you still using old bash terminal change this to in terminal…
-
How to install CSF Firewall on cPanel / WHM
Config Server Firewall (CSF) is a Stateful Packet Inspection (SPI) firewall, Login/Intrusion Detection and Security application for Linux servers. It’s is a security tool that can protect your server against attacks, such as brute force, and improve server security. This application will work as a WHM plugin and is free. Follow these instructions to complete…
-
Fix Elastic search use high memory consumption on macOS
First we need to know how much elastic search usage from memory open Activity Monitor You notice Java is using 1GB of the memory. this is after fix before was using 8GB. so let’s start how to make it Maximum memory usage to 1GB: on terminal we will use this command: ps axv | grep…
-
Install elastic search on macOS with Homebrew
To install with Homebrew, you first need to tap the Elastic Homebrew repository: brew tap elastic/tap Once you’ve tapped the Elastic Homebrew repo, you can use brew install to install the latest version of Elasticsearch: brew install elastic/tap/elasticsearch-full Then we start elastic search service brew services start elastic/tap/elasticsearch-full After that we make sure elastic search…
-
Install Let’s Encrypt Plugin for Cpanel
Install Let’s Encrypt Plugin for Cpanel Learn how to install and generate ssl certificate for you server host name and your Cpanel accounts