ZXTM Control API Overview and Reference
Version 4.0
# Unset the secure tag
unset_secure
}
VirtualServer.LocationDefaultRewriteMode
enum VirtualServer.LocationDefaultRewriteMode {
# Nothing;
never,
# Rewrite the hostname to the request s Host header,
and rewrite the protocol and port if necessary;
always,
# Do not rewrite the hostname. Rewrite the protocol and
port if the hostname matches the request s Host header.
if_host_matches
}
VirtualServer.Protocol
enum VirtualServer.Protocol {
# HTTP
http,
# FTP
ftp,
# IMAPv2
imapv2,
# IMAPv3
imapv3,
# IMAPv4
imapv4,
# POP3
pop3,
# SMTP
smtp,
# LDAP
ldap,
78
New Page 1