How to send plain text response from Nginx
You can use a return statement in Nginx to send a plain text response. In your Nginx server entry, add location ~*…
You can use a return statement in Nginx to send a plain text response. In your Nginx server entry, add location ~*…
I have an old Bitnami WordPress server on the Amazon Lightsail server. Bitnami does not support upgrading the PHP version. The recommended…
cPanel server supports MySQL and MariaDB. In most cases MySQL and MariaDB are compatible, you will be fine with either of them.…
systemd-networkd configuration files are stored in /etc/systemd/network/ Example /etc/systemd/network/05-eth0.network Here is a sample config [Match] Name=eth0 [Network] DHCP=no DNS=172.105.170.5 172.105.161.5 172.105.171.5 Domains=members.linode.com…
To disable a rule in ModSecurity, edit Apache configuration, add This needed to be added after all rules were loaded. On Ubuntu,…
ClamAV is a free open-source anti-virus software. On the Cpanel server, it can be used to scam emails and website files. To…
On a CentOS 7 server, when login as user root on the console, login fails. If I log in as a normal…
Bluehost provides server-side caching to improve the performance of your website. When you need to debug some problem on your website, it…
cwebp is a command line program used to convert images into webp format. To install cwebp on CentOS 7, run WebP is…
If you have lost the root password of your CentOS 7 system and have access to the console directly or using KVM,…
You can modify a user’s home directory using usermod command in Linux. The syntax for the usermod command is sudo usermod -d…
If ElasticSearh service crash on your server, you can auto restart it by modifying systemd service file. systemctl edit elasticsearch This will…