Operating System - Linux
1751954 Members
4869 Online
108783 Solutions
New Discussion юеВ

Apache + mod_proxy_balancer

 
Piotr Kirklewski
Super Advisor

Apache + mod_proxy_balancer

Hi there
Im doing:

a2enmod proxy_balancer

And I'm having error:

This module does not exist!

My /etc/apache2/mods-available looks likethat:

-rw-r--r-- 1 root root 840 2006-09-27 17:54 proxy.conf
-rw-r--r-- 1 root root 78 2006-09-27 17:54 proxy_connect.load
-rw-r--r-- 1 root root 70 2006-09-27 17:54 proxy_ftp.load
-rw-r--r-- 1 root root 72 2006-09-27 17:54 proxy_http.load
-rw-r--r-- 1 root root 316 2006-09-27 17:54 proxy.load

How can I add this module ?

Cheers

Jesus is the King
2 REPLIES 2
Piotr Kirklewski
Super Advisor

Re: Apache + mod_proxy_balancer

apache2 -l
Compiled in modules:
core.c
mod_access.c
mod_auth.c
mod_log_config.c
mod_logio.c
mod_env.c
mod_setenvif.c
worker.c
http_core.c
mod_mime.c
mod_status.c
mod_autoindex.c
mod_negotiation.c
mod_dir.c
mod_alias.c
mod_so.c
Jesus is the King
TY 007
Honored Contributor

Re: Apache + mod_proxy_balancer

Apache Module mod_proxy_balancer:
http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html

- This module requires the service of mod_proxy
- mod_proxy and mod_proxy_balancer have to be present in the server

Apache Module mod_proxy:
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html

Apache Module mod_proxy_http:
http://httpd.apache.org/docs/2.2/mod/mod_proxy_http.html