Web Servers

WordPress is a favorite blogging tool of mine and I share tips and tricks for using WordPress here.

Install Redis Object Cache for WordPress on Ubuntu 22

Redis Object Cache in WordPress is a powerful object caching mechanism that enhances the performance of your WordPress site. Over 65%…

Read More »

MariaDB Database Replication MariaDB Galera Database Cluster

Buckle up. We’re going to take another look at replicating MariaDB databases. Previously we’ve looked at MySQL Replication using the…

Read More »

Disable CORS protection on OpenLiteSpeed Servers

Cross-Origin Resource Sharing (CORS) is an essential mechanism in web development that allows our NVMe VPS Servers to control which…

Read More »

How to redirect all traffic from http to https on LiteSpeed Servers

If you have an SSL certificate you’re likely going to want to redirect all of your traffic to the certificate…

Read More »

How to install lsyncd and sync data between servers

lsyncd is a handy little program that syncs data from one Linux server to another. Using the RSYNC protocol lsyncd…

Read More »

How to set up an Ubuntu Dante SOCKS5 Proxy Server

Proxy servers have been around for years. A proxy server is a way of connecting to a website or service…

Read More »

How to set up a Linux Squid Proxy Server with multiple IPs

The Linux Squid Proxy software used to be extremely popular when the internet wasn’t using HTTPS and SSL certificates. Now…

Read More »

Host websites on Apache Virtual Hosts With SSL

In this guide, we are going to use an Ubuntu 22 LTS instance with SSL Apache Virtual Hosts to host…

Read More »

How to install PHP Proxy server Ubuntu and Debian

PHP Proxy will allow you to host a proxy service on a VPS or Dedicated server. It’s not a complicated…

Read More »

How to host a website on NGINX with PHP/MySQL on Ubuntu 22

In a previous article, we talked about how to host a website using Apache Virtual Hosts. We set up a…

Read More »
Back to top button