]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
We should be copying the filters as well when we perform the extension merge
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 2 Sep 2001 08:34:45 +0000 (08:34 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 2 Sep 2001 08:34:45 +0000 (08:34 +0000)
commit06dc8eff0e7a2e2ba4a890ce084e6b17661b2afb
treed66573dcae86c0faa514ea1d6de912e652a46a2f
parent57b309fdd1a03fa834be6fd694bf1aa5e3b726a3
We should be copying the filters as well when we perform the extension merge
(which seems to use a ; syntax).

Try:
AddOutputFilter GZ html  (server-level)
AddOutputFilter Includes html  (directory-level)

Oops.

Without this, when you use mod_gz and go to /foobarnotthere/, the error
page isn't handled by mod_include.  Oooops.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90871 13f79535-47bb-0310-9956-ffa450edef68
modules/http/mod_mime.c