This content has been marked as final.
Show 3 replies
-
1. Re: mod_cluster in front of a DMZ
belaban Nov 15, 2013 5:47 AM (in response to mylos78)That's recommended, yes. The proxy-list should include all httpd daemons.
-
2. Re: mod_cluster in front of a DMZ
mylos78 Nov 15, 2013 6:25 AM (in response to belaban)Thanks Bela!
-
3. Re: mod_cluster in front of a DMZ
rhusar Nov 15, 2013 9:35 AM (in response to mylos78)That's right, let me just add you can still add new balancers on-the-fly via CLI:
[standalone@localhost:9999 /] /subsystem=modcluster:add-proxy(host=localhost, port=6666)
{"outcome" => "success"}
[standalone@localhost:9999 /] /subsystem=modcluster/mod-cluster-config=configuration/:write-attribute(name=proxy-list, value="localhost:6666")
{
"outcome" => "success",
"response-headers" => {
"operation-requires-reload" => true,
"process-state" => "reload-required"
}
}
So no need to change static configuration like one has to do for mod_jk.