The server that my website is located on it, send these two http headers:
Connection:Keep-Alive
Keep-Alive:timeout=5
As you can see, there is no max
in Keep-Alive
header. isn't it going to cause any problem? what is the default value for max?
And another question, I don't have access to apache config, how can I increase timeout
?
Once I contacted the host manager, he said it's too odd and strange to manipulate the apache confing! REALLY IS IT? any idea?
Thanks everybody.