• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Best way to enable html/text compression via mod_deflate

J

Jagbir Singh

Guest
Hi,

we have around 60 sites running in plesk on CentOS 5.2 server. We would like to implement html/text compression by putting following statements in apache config file:

"
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE text/html
"

want to ask, where should I put this info to make it global for all existing sites and any new site that might be added in future?

Thanks & Regards,
Jagbir Singh
 
Back
Top