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: proxy| Attributes 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 10000. |
| enableCustomErrorPagePolicy : EBoolean | @since 7.0.0 Flag to indicate which error page policy should be employed - custom/remote vs. local. |
| maxRequestBodyBufferChunkSize : EInt | @since 7.0.0 The maximum number of request body kilobytes read from the client that the proxy will buffer in memory before writing to the server. |
| maxResponseBodyBufferChunkSize : EInt | @since 7.0.0 The maximum number of request body kilobytes read from the client that the proxy will buffer in memory before writing to the server. |
| enableStaticRouting : EBoolean | @since 7.0.0 Enables static routing on the proxy server. If not enabled, the proxy server will use dynamic routing to route requests to back-end servers. |
| outboundRequestWriteTimeout : EInt | @since 7.0.0 The amount of time to wait in seconds for write requests made to the content servers. |
| memoryCacheEntrySizeInMB : EInt | @since 7.0.0 Specifies the maximum size of an individual cached response in MB. Any cached response larger than this will not be cached. |
| staticRoutingFileDirectory : EString | @since 7.0.0 A directory of files that contain static routing information. |
| 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 * |
| localErrorPagePolicy : LocalErrorPagePolicy @ | * No description is available * |
| staticFileServingPolicy : StaticFileServingPolicy @ | * No description is available * |
| customAdvisorPolicy : CustomAdvisorPolicy @ | * No description is available * |
| workloadManagementPolicy : WorkloadManagementPolicy @ | * No description is available * |
| Attribute Details |