• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

gzip compression

kram@

Regular Pleskian
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
 
Uncomment the mod_gzip lines in /etc/httpd/conf/httpd.conf ?
 
Hi,

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

Any other suggestions?


:confused:
 
soretd

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
 
Back
Top