Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 apache 2.4 的文档中看到,指令 KeepAliveTimeout,参数单位是毫秒,但默认值设置为 5,这是否意味着默认的 keepalivetimeout 值是 5ms?和旧版比起来是不是太小了?
您误解了文档中的语法。语法是一个数字,后跟可选文字“ms”。仅当存在“ms”时,该数字以毫秒为单位。
默认值为 5 秒。