• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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