Book Image

Lighttpd

By : Andre Bogus
Book Image

Lighttpd

By: Andre Bogus

Overview of this book

Table of Contents (20 chapters)
Lighttpd
Credits
About the Author
About the Reviewer
Preface
HTTP Status Codes

mod_deflate


This module is a modified version of mod_compress and was introduced in 1.5.0 to allow compression of dynamic content.

Name

Type

Description

deflate.allowed_encodings

deflate.compression-level

deflate.debug

deflate.enabled

deflate.mem-level

deflate.mimetypes

deflate.min-compress-size

deflate.output-buffer-size

deflate.sync-flush

deflate.window-size

deflate.work-block-size

(...)

123

123

(...)

123

123

123

123

Since 1.5.0, one to three of ("bzip2", "gzip", "deflate")

Compression level for bzip2 algorithm (1..9)

Enables Debugging for this module

Enables deflate compression

Memory level for deflate compression (1..9)

Deflates the given mime types

Minimum size a file must be compressed to

Set the output buffer size in bytes

Enable to send output to the browser while compressing the rest

For gzip compression the window size is two to the power of this value (8..15)

The number of bytes to compress at once