Apache is not sending 304 response (if mod_deflate and AddOutputFilterByType is enabled)

后端 未结 4 1977
渐次进展
渐次进展 2020-12-02 21:05

I have added the following line in my Apache httpd.conf: -

AddOutputFilterByType DEFLATE text/html text/css application/javascript application/x-javascript a         


        
4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-02 21:23

    Maybe you use a (squid) proxy which manipulates the HTTP Requests?

提交回复
热议问题