强制内容类型文本/ html

时间:2012-02-06 14:56:16

标签: apache2 php

我需要强制apche2服务器响应内容类型text / html而不是gzip。 在其中一台服务器上,phpinfo()返回:

HTTP Response Headers
X-Powered-By    PHP/5.3.3-7+squeeze5
Vary    Accept-Encoding
Content-Encoding    gzip 

但另一方面:

HTTP Response Headers
X-Powered-By    PHP/5.3.3-7+squeeze5
Keep-Alive  timeout=15, max=100
Connection  Keep-Alive
Transfer-Encoding   chunked
Content-Type    text/html 

为了强制第一台服务器始终以text / html格式返回内容,我需要更改哪些设置和文件?

0 个答案:

没有答案