Compare Revisions

Compression in HTTP

Change Revisions

Revision 1109471:

Revision 1109471 by teoli on

Revision 1109553:

Revision 1109553 by teoli on

Title:
Compression in HTTP
Compression in HTTP
Slug:
Web/HTTP/Compression
Web/HTTP/Compression
Tags:
"Content Negotiation" "Guide" "HTTP"
"Content Negotiation" "Guide" "HTTP"
Content:

Revision 1109471
Revision 1109553
nn67    <p>
68      For configuring Apache to support compression uses <a href=
 >"http://httpd.apache.org/docs/current/mod/mod_deflate.html">mod_d
 >eflate</a>; for nginx, uses <a href="http://nginx.org/en/docs/htt
 >p/ngx_http_gzip_module.html">ngx_http_gzip_module</a>; for IIS, t
 >he <code><a href="https://www.iis.net/configreference/system.webs
 >erver/httpcompression">&lt;httpCompression&gt;</a></code> element
 >.
69    </p>
tt88    <p>
89      Note that using {{HTTPHeader("Transfer-Encoding")}} and com
 >pression at the hop level is so rare that most servers, like Apac
 >he, nginx, or IIS, have no easy way to configure it. Such configu
 >ration usually happen at the proxy level.
90    </p>

Back to History