This type is a class for model objects.
These settings describe the global attributes and policies that define the behavior of the proxy server.
Package: proxyAttributes Summary | |
methodsDisable : EString | HTTP methods that should not be accepted by the proxy server. |
enableCaching : EBoolean | Enable caching at the proxy server |
enableDynamicCache : EBoolean | Enable caching of full page dynamic content. |
enableESI : EBoolean | Enable assembly, caching and fetching content using the ESI (Edge Side Include) specification. |
sslCacheEnable : EBoolean | Enable content secured by SSL to be cached at the proxy server |
enableAggressiveCaching : EBoolean | Enable aggressive caching of content in the Proxy Server. |
cacheUpdateUri : EString | The URI at a remote server used to receive invalidations and provide updates on the proxy cache statistics |
cacheInstanceName : EString | The default cache instance configured as a cache store for the proxy server |
outboundRequestTimeout : EInt | The amount of time to wait for requests made to the content servers in seconds. |
outboundSSLAlias : EString | The default SSL repertoire alias configured for making SSL connections to the enterprise content servers by the proxy server. |
connectionPoolEnable : EBoolean | Enable the use of a pool of established connections to the enterprise content servers. |
maxConnectionsPerServer : EInt | The maximum number of idle established connections that may be in the connection pool for any server. |
trustedIntermediaryAddresses : EString | The addresses of trusted intermediaries that forwards requests to the Proxy server. If there is a trusted intermediary (security proxy) fronting this proxy server, the IP address or host name of those servers should be specified here. |
enableLogging : EBoolean | * No description is available * |
maximumLogSize : EInt | Maximum size of each of the log files in megabytes. |
proxyAccessLog : EString | The location for the HTTP access log (NCSA) generated for proxied requests |
cacheAccessLog : EString | The HTTP access log (NCSA) generated for requests served from the local cache |
localAccessLog : EString | * No description is available * |
excludeURIGroup : EString | * No description is available * |
serverHeader : EString | The value of the SERVER header returned by the Proxy server in responses. |
enableWebServicesSupport : EBoolean | Specifies whether support for Web Services is active or not |
outboundConnectTimeout : EInt | The amount of time (in milliseconds) the proxy will wait to connect to a server. If the time expires, the proxy will attempt to select another available server. In no other available servers exist, an HTTP 504 response is sent to the client. A value of zero means to use the operating system's Kernel timeout value. Default value is zero. |
pluginConfigPolicy : PluginConfigPolicy @ | * No description is available * |
properties : Property * | * No description is available * |
routingPolicy : RoutingPolicy @ | * No description is available * |
staticCachePolicy : StaticCachePolicy @ | * No description is available * |
uriGroups : URIGroup * | * No description is available * |
errorPagePolicy : CustomErrorPagePolicy @ | * No description is available * |
rewritingPolicy : RewritingPolicy @ | * No description is available * |
Attribute Details |