|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Enable HTTP compression for individual sites
Hi!
I've been working towards enabling HTTP compression for a specific site on one of our IIS6 servers. The site is used by Australian users and is hosted in Sweden. They are currently experiencing long delays (11 seconds+). I do not want to enable this globally and therefore I've been searching for information about how to accomplish this. I found the following information adsutil set w3svc/[site identifier]/root/DoStaticCompression true I located the adsutils file and executed the line successfully with the following output: C:\WINDOWS\ServicePackFiles\i386>cscript adsutil.vbs set w3svc/87125851/root/DoStaticCompression true Microsoft (R) Windows Script Host Version 5.6 Copyright (C) Microsoft Corporation 1996-2001. All rights reserved. DoStaticCompression : (BOOLEAN) True And C:\WINDOWS\ServicePackFiles\i386>cscript adsutil.vbs set w3svc/87125851/root/DoDynamicCompression true Microsoft (R) Windows Script Host Version 5.6 Copyright (C) Microsoft Corporation 1996-2001. All rights reserved. DoDynamicCompression : (BOOLEAN) True After executing the two lines above I did an iisreset. I've confirmed the settings by doing a adsutil ENUM_ALL [path] on the site. DoDynamicCompression="TRUE" DoStaticCompression="TRUE" However, I still cannot find any evidence of HTTP compression in the traffic when analyzing it in Ethereal. Neither Content-Encoding: gzip or Content-Encoding: deflate is present in the HTTP headers. I've confirmed that the gzip.dll actually is in its place. Perhaps I've missed some l settings? Does the compression have to be activated in any other additional way other than the one I've tried above? Thankful for any help or input! /Patrik |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > Enable HTTP compression for individual sites |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|