19.12 mod_deflate

Team-Fly    

 
Webmaster in a Nutshell, 3rd Edition
By Robert Eckstein, Stephen Spainhour
Table of Contents
Chapter 19.  Apache Modules

19.12 mod_deflate

This module implements an output filter (DEFLATE) that is used to compress content before it is sent to the client. This functionality can conserve network bandwidth and transfer time, but requires that the client be able to decompress the content it receives. Most browsers do not automatically handle compressed content. Apache 2.0 and up.

DeflateBufferSize

  DeflateBufferSize   size  

[ server config , or within <VirtualHost>]

Specifies the fragment size in bytes that zlib should compress at one time.

DeflateFilterNote

  DeflateFilterNote   name  

[ server config , or within <VirtualHost>]

Specifies the name of a note containing the compression ratio that is attached to the request for logging.

DeflateMemLevel

  DeflateMemLevel   value  

[ server config , within <VirtualHost>]

Sets an amount of memory zlib may use for compression. value is a number from 1 to 9. The default is 9.

DeflateWindowSize

  DeflateWindowSize   value  

[ server config , within <VirtualHost>]

Specifies the zlib compression window size. value is a number from 1 to 15. The default is 15.


Team-Fly    
Top


Webmaster in a Nutshell
Webmaster in a Nutshell, Third Edition
ISBN: 0596003579
EAN: 2147483647
Year: 2002
Pages: 412

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net