http-profile

You use the http-profile root branch to accesse the http-profile element parameters from which you can create multiple http-profile objects. You assign these objects to the sti-server to further refine access to that sti-server.

Parameters

name
(Required) Specifies the name you use to apply your profile to a sti-server. You configure the http-profile parameter to a sti-server using this name.
tcp-keepalive-idle-timer
Configures the CURLOPT_TCP_KEEPIDLE Libcurl options, which sets the time the SBC waits while a connection is idle before sending keepalive probes.
tcp-keepalive-conntimeout-timer
Configures the CURLOPT_CONNECTTIMEOUT Libcurl option, which sets the maximum time in seconds that the SBC waits for the connection phase to the server to complete.
tcp-conn-max-life-time
Configures the CURLOPT_MAXLIFETIME_CONN Libcurl option, which sets the maximum time in seconds after the creation of a connection that the SBC waits for the connection to become available for reuse for this request.
tcp-conn-terminate-method
Configures the SO_LINGER Libcurl option, which forces the TCP/IP stack to send the connection reset state to the server immediately.

Path

http-profile is an element in the root path. The full path from the topmost ACLI prompt is: configure terminal , and then http-profile.

Note:

This is a multiple instance configuration element.