Web Servers

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

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 »

Fix 413 Request Entity Too Large Errors When Using NGINX

Just like Apache, NGINX imposes default limits on the size of files that can be uploaded. A 413 Request Entity…

Read More »

Enable Mod_RemoteIP – See Visitors’ Real IP address when using Cloudflare & Apache

If you are using Cloudflare on your Apache High Availability Server you will always see Cloudflare IPs in your logs…

Read More »

How to Install RoundCube on CentOS and RockyLinux

So far in our Exim mail server series, we have Set up an Exim mail server and then used that…

Read More »

How to fix default web page cPanel – defaultwebpage.cgi

The default web page in cPanel will appear on some websites if you make certain changes to that account. Usually,…

Read More »

Apache2 could not reliably determine the servers fully

Apache2 could not reliably determine warning normally indicates that your host’s file does not contain an FQDN (fully qualified domain name)…

Read More »

Mismatch between target UID PHP Log Internal Server Error

When visiting your websites you might be presented with an Internal Server Error. You should check the error log to…

Read More »

.htaccess redirects on Apache & LiteSpeed Servers

On Apache and LiteSpeed servers, you can use a .htaccess file to configure redirects. You can redirect pages to different…

Read More »

Install Apache, MySQL and PHP on CentOS 7

Install Apache, MySQL and PHP on CentOS 7 Servers This guide is available in template form to deploy to VPS…

Read More »

How To Search CentOS 7 Log Files

Every server logs certain information to different files and servers running CentOS 7 are no exception. There is a log…

Read More »
Back to top button