关于 keep-alive http header 的一些信息

some information on keep-alive http header

我网站所在的服务器,发送这两个httpheaders:

Connection:Keep-Alive
Keep-Alive:timeout=5

如您所见,Keep-Aliveheader中没有max。它不会引起任何问题吗? max 的默认值是多少?
还有一个问题,我无权访问 apache 配置,如何增加 timeout?
有一次我联系了主机管理员,他说操作 apache confing 太 oddstrange !真的吗?有什么想法吗?

谢谢大家

阅读Keep-alive header clarification。无论如何,这取决于服务器何时关闭连接,timeoutmax 参数是一个指示,而不是硬线。如果服务器繁忙,可以任意关闭连接。

要在本地修改服务器设置,请参阅 Using keep-alive feature in .htaccess。如果主持人允许,您可以在 .htaccess 中这样做。