Mod cluster Configuration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
* [[mod_cluster#Subjects|mod_cluster]] | * [[mod_cluster#Subjects|mod_cluster]] | ||
= | =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;"> | ||
Line 14: | Line 16: | ||
:[[mod_cluster mod_manager Configuration|mod_manager]] | :[[mod_cluster mod_manager Configuration|mod_manager]] | ||
:[[mod_cluster mod_advertise Configuration|mod_advertise]] | :[[mod_cluster mod_advertise Configuration|mod_advertise]] | ||
</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> | </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: