Version
4.0
setLocationDefaultRewriteMode( names, values )
Set whether each of the named virtual servers should rewrite the
Location header. The rewrite is only performed if the location rewrite
regex didn t match.
void setLocationDefaultRewriteMode(
String[] names
VirtualServer.LocationDefaultRewriteMode[] values
)
setLocationRewrite( names, values )
For each of the named virtual servers, set the regex, and replacement
for rewriting any Location headers.
void setLocationRewrite(
String[] names
VirtualServer.RegexReplacement[] values
)
setLogEnabled( names, values )
Set whether each of the named virtual servers should log each
connection.
void setLogEnabled(
String[] names
Boolean[] values
)
setLogFilename( names, values )
Set the name of the file used to store access logs, for each of the named
virtual servers.
void setLogFilename(
String[] names
String[] values
)
setLogFormat( names, values )
Set the log file format for each of the named virtual servers.
69
New Page 1