ns-httpParam¶
The following operations can be performed on "ns-httpParam":
set ns httpParam¶
Sets the configurable HTTP parameters for the Citrix ADC.
Synopsis¶
set ns httpParam [-dropInvalReqs ( ON | OFF )] [-markHttp09Inval ( ON | OFF )] [-markConnReqInval ( ON | OFF )] [-insNsSrvrHdr ( ON | OFF ) [
Arguments¶
dropInvalReqs Drop invalid HTTP requests or responses.
Possible values: ON, OFF Default value: OFF
markHttp09Inval Mark HTTP/0.9 requests as invalid.
Possible values: ON, OFF Default value: OFF
markConnReqInval Mark CONNECT requests as invalid.
Possible values: ON, OFF Default value: OFF
insNsSrvrHdr Enable or disable Citrix ADC server header insertion for Citrix ADC generated HTTP responses.
Possible values: ON, OFF Default value: OFF
nsSrvrHdr The server header value to be inserted. If no explicit header is specified then NSBUILD.RELEASE is used as default server header.
logErrResp Server header value to be inserted.
Possible values: ON, OFF Default value: ON
conMultiplex Reuse server connections for requests from more than one client connections.
Possible values: ENABLED, DISABLED Default value: ENABLED
maxReusePool Maximum limit on the number of connections, from the Citrix ADC to a particular server that are kept in the reuse pool. This setting is helpful for optimal memory utilization and for reducing the idle connections to the server just after the peak time. Default value: 0 Minimum value: 0 Maximum value: 360000
http2ServerSide Enable/Disable HTTP/2 on server side
Possible values: ON, OFF Default value: OFF
ignoreConnectCodingScheme Ignore Coding scheme in CONNECT request.
Possible values: ENABLED, DISABLED Default value: DISABLED
Example¶
set ns httpParam -dropInvalReqs ON
unset ns httpParam¶
Use this command to remove ns httpParam settings.Refer to the set ns httpParam command for meanings of the arguments.
Synopsis¶
unset ns httpParam [-dropInvalReqs] [-markHttp09Inval] [-markConnReqInval] [-insNsSrvrHdr] [-nsSrvrHdr] [-logErrResp] [-conMultiplex] [-maxReusePool] [-http2ServerSide] [-ignoreConnectCodingScheme]
show ns httpParam¶
Displays the HTTP parameters configured on the Citrix ADC.
Synopsis¶
show ns httpParam
Arguments¶
Output¶
dropInvalReqs Drop invalid HTTP requests or responses.
markHttp09Inval Mark HTTP/0.9 requests as invalid.
markConnReqInval Mark CONNECT requests as invalid.
insNsSrvrHdr Enable or disable Citrix ADC server header insertion for Citrix ADC generated HTTP responses.
nsSrvrHdr The server header value to be inserted. If no explicit header is specified then NSBUILD.RELEASE is used as default server header.
logErrResp Whether to log HTTP error responses
conMultiplex Reuse server connections for requests from more than one client connections.
maxReusePool Maximum limit on the number of connections, from the Citrix ADC to a particular server that are kept in the reuse pool. This setting is helpful for optimal memory utilization and for reducing the idle connections to the server just after the peak time.
http2ServerSide Enable/Disable HTTP/2 on server side
builtin Flag to determine if the http param is built-in or not
feature The feature to be checked while applying this config
ignoreConnectCodingScheme Ignore Coding scheme in CONNECT request.