• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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