ZXTM Control API Overview and Reference
Version 4.0
void setLogFormat(
String[] names
String[] values
)
setMIMEAutoDetect( names, values )
Set whether each of the named virtual servers should auto detect MIME
types if the server does not provide them.
void setMIMEAutoDetect(
String[] names
Boolean[] values
)
setMIMEDefaultType( names, values )
Set the MIME type that the server uses as its default , for each of the
named virtual servers. Responses with this mime type will be auto
corrected by the virtual server if this setting in enabled.
void setMIMEDefaultType(
String[] names
String[] values
)
setMaxClientBuffer( names, values )
Set the amount of memory used to store data sent by the client, in
bytes, for each of the named virtual servers.
void setMaxClientBuffer(
String[] names
Unsigned Integer[] values
)
setMaxServerBuffer( names, values )
Set the amount of memory used to store data returned by the server, in
bytes, for each of the named virtual servers.
void setMaxServerBuffer(
String[] names
Unsigned Integer[] values
)
70
New Page 1