Coyote Point Systems E350GX Installation And Administration Manual page 222

Table of Contents

Advertisement

Chapter 8: Using Match Rules
non-URI Match Function
debug_message(string)
ignore_case()
observe_case()
http_09()
method(string)
ssl2()
ssl3()
tls1()
header match functions
header_prefix(header, string)
header_suffix(header, string)
header_substr(header, string)
220
This function always evaluates to true. It writes the string
argument to the Event Log for the cluster (View > Event Log).
This function can be logically ANDed and ORed with other
functions to write debug messages. Use this function for testing
and debugging only. Do not use it in production environments,
since it has a negative impact on performance.
This function always evaluates to true, and is intended to be
used to apply the ignore_case flag for comparisons when it is
not set on the cluster. When this function is ANDed with other
functions, it has the effect of forcing case to be ignored for any
comparisons done by the match rule.
This function always evaluates to true, and is intended to be
used to override the ignore_case flag for comparisons when it
is set on a cluster. When this function is ANDed with other
functions, it has the effect of forcing case to be honored for any
comparisons done by the match rule.
This function takes no arguments and evaluates to true if the
HTTP protocol used by the request appears to be HTTP 0.9. This
is done by inference: if an explicit protocol level is absent after
the request URI, then the request is considered HTTP 0.9.
This function evaluates to true if the string argument exactly
matches the Request Method (e.g., GET, POST, etc.) specified in
the request. Note that by default Equalizer forwards packets to
servers without determining whether or not the method specified
in the request is valid (i.e., is a method specified in Section 9 of
RFC2616). One use of the method() function is to be able to
override this default behavior and prevent invalid requests from
being forwarded to a server.
HTTPS only. This function evaluates to true if the client
negotiated the encrypted connection using SSL version 2.0.
HTTPS only. This function evaluates to true if the client
negotiated the encrypted connection using SSL version 3.0.
HTTPS only. This function evaluates to true if the client
negotiated the encrypted connection using TLS version 1.0.
See "Match Function Notes" on page 223, for the headers that
can be specified in these functions.
This function evaluates to true if the selected header is present
and if the string-valued argument string is a prefix of the
associated header text.
This function evaluates to true if the selected header is present
and if the argument string is a suffix of the associated header
text.
This function evaluates to true if the selected header is present
and if the string-valued argument string is a sub-string of the
associated header text.
Description
Equalizer Installation and Administration Guide

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

E450gxE650gx

Table of Contents