system services web modify
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
Modify the cluster-level configuration of web protocols
Availability: This command is available to cluster administrators at the admin privilege level.
Description
This command modifies the overall availability of web services in the cluster, including the core protocol configurations for those services. In a pre-root or unclustered scenario, its scope applies to the local node.
Parameters
[-external {true|false}]
- External Web Services-
Defines whether remote clients can access HTTP or HTTPS service content. Along with the
system services firewall
configuration, this parameter controls the visibility for client connections. The default value for this parameter after installation is 'true', which exports web protocols for remote access. If no value is provided during modification, its behavior does not change. [-per-address-limit <integer>]
- Per Address Limit (privilege: advanced)-
Limits the number of connections that can be processed concurrently from the same remote address. If more connections are accepted, those in excess of the limit are delayed and processed after the number of connections being processed drops below the limit. The default value is 96.
[-http-enabled {true|false}]
- HTTP Enabled (privilege: advanced)-
Defines whether HTTP is enabled. The default value for this parameter is
false
.
Examples
The following command changes the maximum size of the wait queue:
cluster1::> system services web modify -wait-queue-capacity 256