Question about Keep-Alive:timeout=5, max=100

#1
I see Keep-Alive:timeout=5, max=100 in the response header for cached pages but I can't find where those values are set or how to change them. In my cpanel apache config I have keep-alive timeout set to 1 and max is unlimited. Litespeed is configured to load the servers's apache configuration. How do I get those values updated?
 

NiteWave

Administrator
#2
I thought it can be set via
lsws web admin->Server->Tuning
Max Keep-Alive Requests
Keep-Alive Timeout (secs)

after testing, it looks like
Keep-Alive:timeout=5, max=100
no change
 
Top