Mod proxy byrequests Load Balancing Method: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * mod_proxy Concepts - Load Balancing") |
No edit summary |
||
Line 1: | Line 1: | ||
=External= | |||
* https://httpd.apache.org/docs/current/mod/mod_lbmethod_byrequests.html | |||
=Internal= | =Internal= | ||
* [[Httpd_mod_proxy_Concepts#Load_Balancing_Methods|mod_proxy Concepts - Load Balancing]] | * [[Httpd_mod_proxy_Concepts#Load_Balancing_Methods|mod_proxy Concepts - Load Balancing]] | ||
=Overview= | |||
This method performs weighted request counting. | |||
<pre> | |||
... loadfactor=1 | |||
</pre> |
Revision as of 22:54, 9 January 2017
External
Internal
Overview
This method performs weighted request counting.
... loadfactor=1