Mod cluster mod advertise Configuration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* [[mod_cluster Concepts#mod_advertise|mod_advertise]] | * [[mod_cluster Concepts#mod_advertise|mod_advertise]] | ||
* [[Mod_cluster_Configuration#httpd_Configuration_Reference|mod_cluster Configuration]] | |||
=Configuration Options= | =Configuration Options= | ||
Line 14: | Line 15: | ||
<tt>http://hostname:port</tt> is only needed if the VirtualHost is a name-based virtual host, it is not defined correctly or when VirtualHost is not used. | <tt>http://hostname:port</tt> is only needed if the VirtualHost is a name-based virtual host, it is not defined correctly or when VirtualHost is not used. | ||
==AdvertiseGroup== | |||
Specifies the multicast address and port mod_advertise uses to multicast mod_cluster IP and port. The default value is 224.0.1.105:23364. The values must match the JBoss node configuration. For more details see [[mod_cluster JBoss Configuration]]. | |||
<pre> | |||
AdvertiseGroup 224.0.1.105:23364 | |||
</pre> | |||
==AdvertiseFrequency== | ==AdvertiseFrequency== |
Latest revision as of 17:39, 19 July 2016
Internal
Configuration Options
ServerAdvertise
Turns on the advertising mechanism that broadcasts this httpd's instance mod_cluster IP and port. The default is Off.
ServerAdvertise <On|Off> [http://hostname:port]
http://hostname:port is only needed if the VirtualHost is a name-based virtual host, it is not defined correctly or when VirtualHost is not used.
AdvertiseGroup
Specifies the multicast address and port mod_advertise uses to multicast mod_cluster IP and port. The default value is 224.0.1.105:23364. The values must match the JBoss node configuration. For more details see mod_cluster JBoss Configuration.
AdvertiseGroup 224.0.1.105:23364
AdvertiseFrequency
Time between the multicast messages advertising this httpd's instance mod_cluster IP and port.
AdvertiseFrequency <secs>[.<millis]