无法在apache 2.2.15中启用Gzip压缩

时间:2015-02-09 06:48:57

标签: php apache http-compression

我知道这已被问过很多,但是,相信我,并不重复;)

我安装了Apache 2.2.15的Linux服务器( CentOS 6.4 )。

我有什么?

  • 我在/ etc / httpd / conf / httpd.conf 中有这一行:

    LoadModule deflate_module modules / mod_deflate.so

  • 我在 .htaccess 文件中有这一行:

    SetOutputFilter DEFLATE

    我在 .htaccess 中尝试了其他版本的启用mod_deflate。

这是我的phpinfo()屏幕截图:

enter image description here

但我的回复中没有这个标题:

Content-Encoding : gzip

任何想法?

1 个答案:

答案 0 :(得分:0)

查看httpd.conf,确保您有

<Directory /PATH/TO/YOUR/APP>
        AllowOverride All
</Directory>