<dd>This will only be set if the CGI script is subject to
authentication.</dd>
</dl>
<p>This module also leverages the core functions
<ahref="https://ci.apache.org/projects/httpd/trunk/doxygen/group__APACHE__CORE__SCRIPT.html#ga0e81f9571a8a73f5da0e89e1f46d34b1">ap_add_common_vars</a> and
<dd>This will only be set if the CGI script is subject to
authentication.</dd>
</dl>
<p>This module also leverages the core functions
<ahref="https://ci.apache.org/projects/httpd/trunk/doxygen/group__APACHE__CORE__SCRIPT.html#ga0e81f9571a8a73f5da0e89e1f46d34b1">ap_add_common_vars</a> and
the size in bytes of the fragments that zlib should compress at one
time.</p>
time. If the compressed response size is bigger than the one specified
by this directive then httpd will switch to chunked encoding
(HTTP header <code>Transfer-Encoding</code> set to <code>Chunked</code>), with the
side effect of not setting any <code>Content-Length</code> HTTP header. This is particularly
important when httpd works behind reverse caching proxies or when httpd is configured with
<codeclass="module"><ahref="../mod/mod_cache.html">mod_cache</a></code> and <codeclass="module"><ahref="../mod/mod_cache_disk.html">mod_cache_disk</a></code> because
HTTP responses without any <code>Content-Length</code> header might not be cached.