ZXTM Control API Overview and Reference
Version 4.0
getCookiePathRewrite( names )
For each of the named virtual servers, get the regex, and replacement
for rewriting the path portion of a cookie.
VirtualServer.RegexReplacement[] getCookiePathRewrite(
String[] names
)
getCookieSecureFlagRewriteMode( names )
Get whether each of the named virtual servers should modify the secure
tag of cookies set by a back end web server.
VirtualServer.CookieSecureFlagRewriteMode[]
getCookieSecureFlagRewriteMode(
String[] names
)
getDefaultPool( names )
Get the default Pool that traffic is sent to for each of the named virtual
servers.
String[] getDefaultPool(
String[] names
)
getEnabled( names )
Get whether each of the named virtual servers is enabled (i.e. serving
traffic).
Boolean[] getEnabled(
String[] names
)
getFTPForceClientSecure( names )
Get whether each of the named virtual servers should require incoming
FTP data connections (from clients) to originate from the same IP
address as the corresponding control connection.
Boolean[] getFTPForceClientSecure(
String[] names
)
54
New Page 1