Alireza Fallah
Alireza Fallah

Reputation: 4607

Can't Enable Gzip-compression in apache 2.2.15

I know this has been asked a lot, but, believe me, is not duplicate ;)

I have a Linux server (CentOS 6.4) with Apache 2.2.15 Installed.

What do I have?

And this is my phpinfo() screenshot :

enter image description here

But there is not this header in my response :

Content-Encoding : gzip

Any Idea?

Upvotes: 1

Views: 1263

Answers (1)

Alireza Fallah
Alireza Fallah

Reputation: 4607

Look at httpd.conf, Make sure you have

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

Upvotes: 1

Related Questions