How To Redirect www to Non-www with Nginx on CentOS 7

Introduction When you have your web site or application up and running behind a domain, it is often desirable to also allow your users access to it via the plain domain name and the www subdomain. That is, they…

How To Redirect www to Non-www with Apache on CentOS 7

Introduction When you have your web site or application up and running behind a domain, it is often desirable to also allow your users access to it via the plain domain name and the www subdomain. That is, they…

Set up basic HTTP Authentication with Nginx on CentOS 7

Introduction Nginx is one of the leading web servers in active use. It and its commercial edition, Nginx Plus, are developed by Nginx, Inc. In this tutorial, you’ll learn how to restrict access to an…

How To Install Nginx on CentOS 7

About Nginx Nginx is a high performance web server software package. It is a much more flexible and lightweight program than Apache HTTP Server. This tutorial will teach you how to install and start Nginx…

How To Encrypt Tomcat 8 Connections with Apache or Nginx on CentOS 7

What is Apache Tomcat and why are we bothering to encrypt it? Apache Tomcat, or ‘Tomcat Server,’ is a web server and servlet container, usefully designed to serve Java applications. It is a very flexible…

How To Create a Self-Signed SSL Certificate for Nginx on CentOS 7

Introduction TLS, or transport layer security, and its predecessor SSL, which stands for secure sockets layer, are web protocols used to wrap normal traffic in a protected, encrypted wrapper. Using this technology, servers can send traffic…

[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)

nginxCP can fail to start because another service is using Port 80, thus preventing nginxCP from starting. Often an error similar to the below will be thrown out – [emerg]: bind() to 0.0.0.0:80 failed (98: Address…

How to install or upgrade PHP from 5.4 to 5.5 on CentOS/RHEL 6/7

CentOS 7 by default installs PHP 5.4. At the end of September PHP 5.4 came to the end of it’s life, no longer receiving security updates. A number of systems still run PHP 5.4. This…

cPanel Web Hosting from just £1 per month!

cPanel is the number one choice for Web Hosting control panels. Combined with a great user interface, and an easy to use interface, cPanel has become the natural choice for most personal and business customers!…

How to Install NginxCP on cPanel/WHM Server

Nginx is a fantastic, free, open-source, high-performance HTTP server and reverse proxy. It is one of the most popular tools used to power many websites, and can be implemented quite easily on a new server…