Hi Techrunnr Readers, this document deals with configuration of apache failover using keepalived. Configuring failover helps to run a service continuously if any of the systems failed without any help of human intervention.
Here we are configuring Failover for apache service using keepalived with floating IP. Floating IP will switch from master to backup server automatically when the master is unavailable.
Here is the configuration to how to set up failover for apache service.
Prerequisites
* 2 Servers with root access
* Floating IP
Installation
My setup master server is 10.0.0.253 and backup server is 10.0.0.252 . 10.0.0.247 is floating IP.
Share this on WhatsApp Hi all, this document shows you how to run multiple logstash configuration files. Logstash (part of the Elastic Stack) integrates data from any source, in any format with this flexible, open-source Read more…
Share this on WhatsApp Hi All, this document deals with Proxy vs Reverse proxy. I know a lot of beginners won’t have an idea of what is the difference between a proxy and reverse proxy. Read more…
Share this on WhatsApp Hi Techrunnr, This document deals with the we looked into how we can use the API built into our containers to gain an insight to what resources our containers are running. Read more…
0 Comments