The Apache web server is the most popular way to serve web content on the internet. Apache has the ability to serve multiple domains from a single server by…
In this guide, we will walk you through how to set up Apache virtual hosts on an Ubuntu 18.04 server. During this process, you’ll learn how to serve different content to different visitors depending on which domains they are requesting. Prerequisites Before you begin this tutorial, you should...
Apache Pinotis a real-time distributed OLAP datastore designed to answer OLAP queries with low latency. It is often used in conjunction withApache Kafkafor real-time data ingestion and analysis. This guide will walk you through the steps required to installApache Pinoton a Linux system. We’ll...
We’ll show you, How To Set Up Apache with HTTP/2. HTTP/2 is the first major HTTP protocol update since 1997. The main goal of HTTP/2 is to decrease latency, reduce total number of TCP connections, thus improve page load speed in web browsers. HTTP/2 is backwards-compatible with HTT...
This article describes how to set up Apache Virtual Hosts on Ubuntu 20.04. A Virtual Host is an Apache configuration directive that allows you to run more than one website on a single server.
InstallingApache Hadoop After setting up the java environment. Let stat installingApache Hadoop. The first step is to create a system user account to use for hadoop installation. useradd hadoop passwd hadoop Now you need to configure the ssh keys for the user hadoop. Using following command to...
There are several options when setting up a proxy for the Apache Tomcat server. This tutorial shows you how to set up a reverse proxy for Apache Tomcat using the Apache HTTP web server. Step 1: Install Apache Tomcat The first step is to install the Apache Tomcat server. In this guide, ...
Apache web server can be easily tuned to do this.1. Forcing the Main Site OnlyTo force the main site to always use HTTPS, we modify the httpd configuration file.# vim /etc/httpd/conf/httpd.conf ServerName www.example.com:80 Redirect permanent / https://www.example.com ...
In this tutorial, you will learn how to set up an Apache Docker Container on Ubuntu. Use this tutorial to learn to get started with Docker and come away with an Apache webserver too! Prerequisites If you’d like to follow along step-by-step, ensure you have the following and Ubuntu 14....
We can choose the Linux distribution and version to run in the container. This guide covers how to install and setup LXD 3 on a Linode and how to setup an Apache Web server in a container. Note For simplicity, the term container is used throughout this guide to describe the LXD system...