PDA

View Full Version : gzip compression


kram
25th October 2006, 08:49 AM
Hello All,

Have moved from PLESK 7.5.4 to 8
I am trying to get my sites to be gzip compressed. Anybody got some tips to get it working on httpd-2.0.52-19

Thanks

dw604
26th October 2006, 05:56 AM
Uncomment the mod_gzip lines in /etc/httpd/conf/httpd.conf ?

kram
26th October 2006, 06:09 AM
Hi,

there is no option for mod_gzip in httpd.conf in httpd-2.0.52-19.ent.centos4

Any other suggestions?


:confused:

dw604
26th October 2006, 06:20 AM
Search forum for mod_gzip ...

Here's one (http://forum.swsoft.com/showthread.php?s=&threadid=24596&highlight=modgzip)

kram
26th October 2006, 06:51 AM
He he , it helps if one reads his own post :)

Just had to add at the end of the file:

AddOutputFilterByType DEFLATE text/html text/plain text/xml application/x-httpd-php

Now working great1
:D