• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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