[doc] change mod_compress refs to mod_deflate
parent
23fdff645a
commit
dab212b5f5
|
@ -12,6 +12,11 @@ Module: mod_compress
|
|||
|
||||
.. contents:: Table of Contents
|
||||
|
||||
WARNING
|
||||
=======
|
||||
|
||||
mod_compress has been subsumed by mod_deflate.
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
|
|
|
@ -374,7 +374,7 @@ server.modules
|
|||
"mod_proxy",
|
||||
"mod_cgi",
|
||||
"mod_ssi",
|
||||
"mod_compress",
|
||||
"mod_deflate",
|
||||
"mod_usertrack",
|
||||
"mod_expire",
|
||||
"mod_rrdtool",
|
||||
|
|
|
@ -6,7 +6,7 @@ option('with_brotli',
|
|||
option('with_bzip',
|
||||
type: 'boolean',
|
||||
value: false,
|
||||
description: 'with bzip2-support for mod_compress [default: off]',
|
||||
description: 'with bzip2-support for mod_deflate [default: off]',
|
||||
)
|
||||
option('with_dbi',
|
||||
type: 'boolean',
|
||||
|
@ -141,7 +141,7 @@ option('with_xattr',
|
|||
option('with_zlib',
|
||||
type: 'boolean',
|
||||
value: true,
|
||||
description: 'with deflate-support for mod_compress [default: on]',
|
||||
description: 'with deflate-support for mod_deflate [default: on]',
|
||||
)
|
||||
|
||||
option('build_extra_warnings',
|
||||
|
|
Loading…
Reference in New Issue