• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Enable GZIP compression on IIS 7.5

javii

New Pleskian
Hi, I'm having trouble enabling GZIP compression on IIS 7.5. I checked it is enabled on IIS Admin at server level and application level but I cannot see gzip enabled on headers accessing a 72kb .js file:

(Status-Line) HTTP/1.1 304 Not Modified
Accept-Ranges bytes
Date Tue, 28 Feb 2012 10:34:00 GMT
ETag "8272c720e4bbcc1:0"
Last-Modified Fri, 16 Dec 2011 11:16:16 GMT
Server Microsoft-IIS/7.5
X-Powered-By ASP.NET
X-Powered-By-Plesk PleskWin

Any idea?
Best regards
 
Hi,

Did you also add the following to your web.config?
<urlCompression doDynamicCompression="true" doStaticCompression="true" dynamicCompressionBeforeCache="true"/>
 
Back
Top