禁用Varnish标头(和其他标头)?

时间:2013-09-25 04:13:54

标签: php apache caching header varnish

我正在尝试最小化我的服务器发送的标头。理想情况下,它只发送绝对最小值(< 4 header)。

现在它正在发送这些:

HTTP/1.1 200 OK
Server: Apache
Cache-Control: no-cache
Pragma: no-cache
disablevcache: true
Content-Type: 
Content-Length: 5
Accept-Ranges: bytes
Date: Wed, 25 Sep 2013 03:58:06 GMT
X-Varnish: 650927475
Age: 0
Via: 1.1 varnish
Connection: keep-alive

任何人都知道如何从PHP内部禁用更多这些,或者减小大小(在这种情况下每个字节都有帮助)? remove_header只能摆脱一个。

0 个答案:

没有答案
相关问题