Citrix NetScaler Administration Guide
wadd ns httpProfile name
( ENABLED DISABLED )
( ENABLED DISABLED )
wsh ns httpProfile
Example
add ns httpProfile http_profile1
Parameters for adding an HTTP profile
name (Name)
The name for an HTTP profile. Can be from 1 to 127 characters and must begin with a letter, a number, or the underscore symbol (_). Additional characters allowed, after the first character, are the hyphen
maxReusePool (Max Connection in reusepool)
The maximum allowed number of connections, from the NetScaler appliance to a particular server, in the reuse pool. This setting is helpful for optimal memory utilization and for reducing the idle connections to the server just after a peak in the number of connections.
conMultiplex (Connection Multiplexing)
Reuse existing server connections for multiple client connections. Possible values: ENABLED, DISABLED. Default: ENABLED.
dropInvalReqs (Drop invalid HTTP requests)
Drop requests or responses in which either the header or the body is invalid. Possible values: ENABLED, DISABLED. Default: DISABLED.
markHttp09Inval (Mark HTTP/0.9 requests as invalid)
Mark all 0.9 requests as invalid. Possible values: ENABLED, DISABLED. Default:
DISABLED.
markConnReqInval (Mark CONNECT requests as invalid)
Mark all CONNECT requests as invalid. Possible values: ENABLED, DISABLED. Default:
DISABLED.
cmpOnPush (Compression on PUSH packet)
Compress PUSH packets sent by the virtual server to which this profile is bound. Possible values: ENABLED, DISABLED. Default: DISABLED.
137