ns httpParam¶
The following operations can be performed on "ns httpParam":
set ns httpParam¶
Sets the configurable HTTP parameters for the NetScaler appliance.
Synopsys¶
set ns httpParam [-dropInvalReqs ( ON | OFF )] [-markHttp09Inval ( ON | OFF )] [-markConnReqInval ( ON | OFF )] [-insNsSrvrHdr ( ON | OFF ) [<nsSrvrHdr>]] [-logErrResp ( ON | OFF )] [-conMultiplex ( ENABLED | DISABLED )] [-maxReusePool <positive_integer>]
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 NetScaler server header insertion for NetScaler 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 NetScaler 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.
Minimum value: 0
Maximum value: 360000
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.
Synopsys¶
unset ns httpParam [-dropInvalReqs] [-markHttp09Inval] [-markConnReqInval] [-insNsSrvrHdr] [-nsSrvrHdr] [-logErrResp] [-conMultiplex] [-maxReusePool]
show ns httpParam¶
Displays the HTTP parameters configured on the NetScaler appliance.
Synopsys¶
show ns httpParam
Outputs¶
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 NetScaler server header insertion for NetScaler 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 NetScaler 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.
builtin
Flag to determine if the http param is built-in or not