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 在发送对 HEAD 请求的响应时坚持删除“Content-Length”标头。
有没有办法配置它(或在 PHP 中编码)为此类响应发送“Content-Length:0”?
出于某种奇怪的原因,它破坏了客户端(这不在我的控制之下)。
要看的一件事是mod_filter配置。进去看看modules/http/http_filters。ApacheContent-Length默认发送,您的主机或环境可能已禁用。
mod_filter
modules/http/http_filters
Content-Length
你可能有更好的运气serverfault。
serverfault