我有一个奇怪的问题,通过 HAproxy 检索 swf 文件时,在我的 Apache 2.4.1 httpd.conf 中包含以下语法会导致“502 Bad Gateway”错误:
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript text/javascript
当我删除此配置行时,502 Bad Gateway 错误就会消失。
服务器在成功请求时返回这些响应标头:
Date: Wed, 11 Apr 2012 20:24:12 GMT
Server: Apache
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8
200 OK