Version
4.0
void setCompressionLevel(
String[] names
Unsigned Integer[] values
)
setCompressionMIMETypes( names, values )
Set the list of MIME types to compress, for each of the named virtual
servers.
void setCompressionMIMETypes(
String[] names
String[][] values
)
setCompressionMaxSize( names, values )
Set the maximum document size to compress, in bytes, for each of the
named virtual servers. A document size of 0 means unlimited .
void setCompressionMaxSize(
String[] names
Unsigned Integer[] values
)
setCompressionMinSize( names, values )
Set the minimum document size to compress, in bytes, for each of the
named virtual servers.
void setCompressionMinSize(
String[] names
Unsigned Integer[] values
)
setConnectTimeout( names, values )
Set the time to wait for data from a new connection, in seconds, for each
of the named virtual servers. If no data is received in this time, the
connection will be closed.
void setConnectTimeout(
String[] names
Unsigned Integer[] values
)
65
New Page 1