Load Balancing

How To Use Apache as a Reverse Proxy with mod_proxy on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Use Apache as a Reverse Proxy with mod_proxy on CentOS 7

In this tutorial, you will set up Apache as a reverse proxy using the `mod_proxy` extension to redirect incoming connections to underlying application server(s) running on the same network. There are instructions on setting up a simple web app using the Flask framework to show how Apache interacts with the real application hidden behind it, but you can also follow this tutorial using your existing application server, if you have one.

Read more
How To Create a High-Availability Setup with Heartbeat and Reserved IPs on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How To Create a High-Availability Setup with Heartbeat and Reserved IPs on Ubuntu

Heartbeat is an open source program that provides cluster infrastructure capabilities—cluster membership and messaging—to client servers, which is a critical component in a high availability (HA) server infrastructure. Heartbeat is typically used in conjunction with a cluster resource manager (CRM), such as Pacemaker, to achieve a complete HA setup. However, in this tutorial, we will demonstrate how to create a 2-node HA server setup by simply using Heartbeat and a the cloud provider Reserved IP.

Read more
How To Use Apache as a Reverse Proxy with mod_proxy on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Use Apache as a Reverse Proxy with mod_proxy on Debian 8

In this tutorial, you will set up Apache as a reverse proxy using the `mod_proxy` extension to redirect incoming connections to underlying application server(s) running on the same network. There are instructions on setting up a simple web app using the Flask framework to show how Apache interacts with the real application hidden behind it, but you can also follow this tutorial using your existing application server, if you have one.

Read more
How To Create a High Availability Setup with Heartbeat and Reserved IPs on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Create a High Availability Setup with Heartbeat and Reserved IPs on Ubuntu 16.04

Heartbeat is an open source program that provides cluster infrastructure capabilities—cluster membership and messaging—to client servers, which is a critical component in a high availability (HA) server infrastructure. Heartbeat is typically used in conjunction with a cluster resource manager (CRM), such as Pacemaker, to achieve a complete HA setup. However, in this tutorial, we will demonstrate how to create a 2-node HA server setup by simply using Heartbeat and a the cloud provider Reserved IP.

Read more
How To Use Apache as a Reverse Proxy with mod_proxy on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Use Apache as a Reverse Proxy with mod_proxy on Ubuntu 16.04

In this tutorial, you will set up Apache as a reverse proxy using the `mod_proxy` extension to redirect incoming connections to underlying application server(s) running on the same network. There are instructions on setting up a simple web app using the Flask framework to show how Apache interacts with the real application hidden behind it, but you can also follow this tutorial using your existing application server, if you have one.

Read more
3 Strategies for Minimizing Downtime — step-by-step Devops tutorial on Progressive Robot

3 Strategies for Minimizing Downtime

As businesses and other organizations increasingly depend on internet-based services, attention is being focused on creating reliable infrastructure that minimizes costly downtime. In this article, we will discuss three areas where improvements could lead to less downtime for your organization. These areas are monitoring and alerting, software deployments, and high availability.

Read more
CHAT