12-02-2002 04:56 AM
The following extract from the config of a CSS11051 shows two services monitored by a HTTP keepalive. A SNOOP on the servers show that the first keepalive is generating HTTP version 1.0 requests and the second is generating HTTP version 1.1 requests. We have a problem that the first keepalive does not always work and would like to rule this out. Does anyone know if it is possible to control the HTTP version and force it to use HTTP version 1.1? Thanks.
DC1_DMZ_CSS1# show run
!Active version: ap0500063
!************************** SERVICE **************************
service s1-dc1_sunfire_01
ip address 172.18.6.11
keepalive type http
keepalive uri "/txu/CISCO_BOUNCE.jsp"
active
service s2-dca_sunfire_01
ip address 172.18.6.10
keepalive type http
keepalive uri "/index.html"
active
12-06-2002 08:21 AM
12-13-2002 05:06 AM
The CSS will always attempt a http 1.1 keepalive first and then if it can negotiate that it will attempt 1.0
The only control you have on the keepalive is actually opposite of what you would like to do.
In the keepalive you can force the non-persistent connections.
keepalive type http non-persistent <-- Don't attempt persistent connections
Regards
Pete Knoops
Cisco Systems
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide