Apache: Creating A Session-Aware Loadbalancer Using mod_proxy_balancer | Linux Today

Apache: Creating A Session-Aware Loadbalancer Using mod_proxy_balancer

Written By
FT
Falko Timme
Jun 4, 2007

[ Thanks to Falko
Timme
for this link. ]

“Since Apache 2.1, a new module called mod_proxy_balancer is
available which lets you turn a system that has Apache installed
into a loadbalancer. This loadbalancer retrieves requested pages
from two or more backend webservers and delivers them to the user’s
computer. Users get the impression that they deal with just one
server (the loadbalancer) when in fact there are multiple systems
behind the loadbalancer that process the users’ requests. By using
a loadbalancer, you can lower the load average on your webservers.
One important feature of mod_proxy_balancer is that it can keep
track of sessions which means that a single user always deals with
the same backend webserver. Most websites are database-driven
nowadays with user logins etc., and you’d get weird results if a
user logs in on one backend webserver, and then his next request
goes to another backend webserver, meaning he’d get logged out
again. You can avoid this by using mod_proxy_balancer’s
session-awareness…”


Complete Story

FT

Falko Timme

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.