diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-10-14 00:19:00 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-10-14 00:19:00 -0400 |
commit | 65081863d9085089aec24347478860801a72abc1 (patch) | |
tree | 902232fd4da626c68a51e0d60629e15b4db04397 /config | |
parent | 97a80b696e8607dc3c84662e2b40877f74f9e74b (diff) | |
download | pfsense-packages-65081863d9085089aec24347478860801a72abc1.tar.gz pfsense-packages-65081863d9085089aec24347478860801a72abc1.tar.bz2 pfsense-packages-65081863d9085089aec24347478860801a72abc1.zip |
Looks like URI has been axed since the original creation of package. Remove the option.
Diffstat (limited to 'config')
-rwxr-xr-x | config/haproxy/haproxy_backends_edit.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/config/haproxy/haproxy_backends_edit.php b/config/haproxy/haproxy_backends_edit.php index 9e200369..1a919aca 100755 --- a/config/haproxy/haproxy_backends_edit.php +++ b/config/haproxy/haproxy_backends_edit.php @@ -442,20 +442,6 @@ set by the 'retries' parameter (2).</div> to clients which refuse session cookies. This algorithm is static, which means that changing a server's weight on the fly will have no effect.</td></tr> - <tr><td valign="top"> - <input type="radio" name="balance" id="balance" value="uri"<?php if($pconfig['balance'] == -"uri") echo " CHECKED"; ?>>URI</td><td> -The left part of the URI (before the question mark) is hashed - and divided by the total weight of the running servers. The - result designates which server will receive the request. This - ensures that a same URI will always be directed to the same - server as long as no server goes up or down. This is used - with proxy caches and anti-virus proxies in order to maximize - the cache hit rate. Note that this algorithm may only be used - in an HTTP backend. This algorithm is static, which means - that changing a server's weight on the fly will have no - effect.</td> - </tr> </table> </td> </tr> |