On 11.03.2009 16:28, Alston, Brian (US SSA) wrote:
FilipI was under the assumption, from my reading, that "load balancing" was a component of "clustering". At least that's how the O'Reilly book makes me feel. I added the option to the end of the line and it now looks like this: BalancerMember http://192.168.1.101:8080 loadfactor=1 disablereuse=On BalancerMember http://192.168.1.102:8080 loadfactor=1 disablereuse=On BalancerMember http://192.168.1.103:8080 loadfactor=1 disablereuse=On I restarted Apache and got the following error: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Starting httpd: Syntax error on line 25 of /etc/httpd/conf.d/proxy-balancer.conf: BalancerMember unknown Worker parameter - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Attribute "disablereuse" has been added in httpd 2.2.9. When using mod_proxy_balancer or mod_proxy_ajp you should use the most recent version of httpd (at the moment 2.2.11), because those modules are still developing faster than most other, older modules.
Regards, Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
