Httpd mod status: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
* [[httpd Operations]] | * [[httpd Operations]] | ||
=Overview= | |||
mod_status renders a page with information about the server: | |||
* number of workers serving requests and idle. | |||
* status of each worker. | |||
=Installation= | =Installation= | ||
<pre> | |||
<Location "/status"> | |||
SetHandler server-status | |||
Require host example.com | |||
</Location> | |||
</pre> | |||
=Configuration= | =Configuration= |
Revision as of 15:49, 10 January 2017
External
Internal
Overview
mod_status renders a page with information about the server:
- number of workers serving requests and idle.
- status of each worker.
Installation
<Location "/status"> SetHandler server-status Require host example.com </Location>
Configuration
Usage
Load Balancing Management and Status
mod_proxy_balancer enables dynamic update of balancer members. You can use balancer manager to change the balance factor of a particular member, or put it in the off line mode.
TODO: https://httpd.apache.org/docs/current/mod/mod_proxy_balancer.html#balancer_manager
For more details on load balancing, see: