Mod cluster Configuration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(15 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
=httpd Configuration Reference= | =httpd Configuration Reference= | ||
mod_cluster is configured on httpd side by configuration directives specified in httpd configuration files (mainly httpd.conf). | |||
First off, the mod_cluster modules must be loaded. This is done as follows: [[Mod_cluster_Installation#Load_Modules_at_Startup |mod_cluster installation - Load Modules at Startup]]. | |||
Then, individual mod_cluster modules can be configured as follows: | |||
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;"> | <blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;"> | ||
:[[mod_cluster | :[[mod_cluster mod_proxy_cluster Configuration|mod_proxy_cluster]] | ||
:[[mod_cluster mod_manager Configuration|mod_manager]] | |||
:[[mod_cluster mod_advertise Configuration|mod_advertise]] | |||
</blockquote> | </blockquote> | ||
There are standard httpd modules mod_cluster works with and whose configuration is relevant to mod_cluster: | |||
= | <blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;"> | ||
:[[httpd mod_proxy Configuration|mod_proxy Configuration]] | |||
</blockquote> | |||
< | =JBoss Configuration= | ||
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;"> | |||
:[[mod_cluster JBoss Configuration]] | |||
</blockquote> |
Latest revision as of 19:25, 22 December 2016
TODO deplete https://home.feodorov.com:9443/wiki/Wiki.jsp?page=Mod_clusterConfiguration
Internal
httpd Configuration Reference
mod_cluster is configured on httpd side by configuration directives specified in httpd configuration files (mainly httpd.conf).
First off, the mod_cluster modules must be loaded. This is done as follows: mod_cluster installation - Load Modules at Startup.
Then, individual mod_cluster modules can be configured as follows:
There are standard httpd modules mod_cluster works with and whose configuration is relevant to mod_cluster: