Home All Groups Group Topic Archive Search About

What is HTTP compression ?

Author
4 Apr 2005 7:17 PM
Backup
What is HTTP compression and does it work I was thinking of enabling this on
my iis6 server but wasn't sure what it would do.



Please help or provided info sources for to me have a better understanding.

I have also found some 3rd party tool
http://port80software.com/products/httpzip/ but I dont think I want to use
3rd party ware.

Author
4 Apr 2005 7:51 PM
Backup
Well talking to myself i cee i can do this:

cscript.exe adsutil.vbs set W3Svc/Filters/Compression/GZIP/HcFileExtensions
"htm" "html" "txt" "ppt" "xls" "xml" "pdf" "xslt" "doc" "xsl" "htc" "js"
"css"

cscript.exe adsutil.vbs set
W3Svc/Filters/Compression/DEFLATE/HcFileExtensions "htm" "html" "txt" "ppt"
"xls" "xml" "pdf" "xslt" "doc" "xsl" "htc" "js" "css"

cscript.exe adsutil.vbs set
W3Svc/Filters/Compression/GZIP/HcScriptFileExtensions "asp" "dll" "exe"
"aspx" "asmx" "ashx"

cscript.exe adsutil.vbs set
W3Svc/Filters/Compression/DEFLATE/HcScriptFileExtensions "asp" "dll" "exe"
"aspx" "asmx"

IISreset.exe /restart

Let me ask you's does PHP on IIS that would be a Script File Exet Correct?
Author
4 Apr 2005 8:53 PM
Backup
Author
5 Apr 2005 2:07 PM
MattC
HTTP Compression on IIS 6 will compress static data with the extensions
specified.  However, compression will only take place if requests are made
to the webserver using HTTP1.1.


Show quoteHide quote
"Backup" <bac***@yahoo.com> wrote in message
news:OJpwArUOFHA.3312@TK2MSFTNGP10.phx.gbl...
> What is HTTP compression and does it work I was thinking of enabling this
> on my iis6 server but wasn't sure what it would do.
>
>
>
> Please help or provided info sources for to me have a better
> understanding.
>
> I have also found some 3rd party tool
> http://port80software.com/products/httpzip/ but I dont think I want to use
> 3rd party ware.
>
>
Author
9 Apr 2005 10:50 AM
anonymous
>-----Original Message-----
>What is HTTP compression and does it work I was thinking
of enabling this on
>my iis6 server but wasn't sure what it would do.
>
>
>
>Please help or provided info sources for to me have a
better understanding.
>
>I have also found some 3rd party tool
>http://port80software.com/products/httpzip/ but I dont
think I want to use
Show quoteHide quote
>3rd party ware.
>
>
>.
>