mod deflate - an unknown filter was not added: DEFLATE
am 19.08.2009 16:02:33 von Jeff Dyke--0016e6469d28311fb804717f1642
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
I have a few servers, one is new running Apache/2.2.13 and the others are
currently running Apache/2.2.11 both have a statically built mod_deflate
which shows up in `apachectl -l`, but I'm am unable to enable the deflate
fliter on the servers running Apache/2.2.11.
On two of the servers (one 2.2.13 and one 2.2.11) I added SetOutputFilter
DEFLATE at the bottom of a
above. This works well on 2.2.13 but gives the error " an unknown filter
was not added: DEFLATE" in 2.2.11.
I have also tried to set the filter inside a
the path matches what was set in the
configurations on the 2.2.11 server i get the error and the content is not
gziped. Even though it is deprecated i did try AddOutputFilterByType
DEFLATE text/html and recieved the same errors.
I took a quick look at the change log and while there have been mod_deflate
changes between 2.2.11 and 2.2.13 i didn't see anything that would point to
it being broken (and i highly doubht it is).
Finally a question, do i need to upgrade these apache servers, or is there
another way to enable deflate on the 2.2.11 systems.
Thanks
Jeff
--0016e6469d28311fb804717f1642
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
I have a few servers, one is new running Apache/2.2.13 and the others are c=
urrently running Apache/2.2.11 both have a statically built mod_deflate whi=
ch shows up in `apachectl -l`, but I'm am unable to enable the deflate =
fliter on the servers running Apache/=
=A0
On two of the servers (one 2.2.13 and one 2.2.11) I added SetOutputFilt=
er DEFLATE at the bottom of a <Directory> block where AllowOverride i=
s set above.=A0 This works well on 2.2.13 but gives the error " an unk=
nown filter was not added: DEFLATE" in 2.2.11.=A0
I have also tried to set the filter inside a <Location /path/to/www&=
gt; where the path matches what was set in the <Directory>.=A0 In all=
of these configurations on the 2.2.11 server i get the error and the conte=
nt is not gziped.=A0 Even though it is deprecated i did try AddOutputFilter=
ByType DEFLATE text/html=A0 and recieved the same errors.=A0
I took a quick look at the change log and while there have been mod_def=
late changes between 2.2.11 and 2.2.13 i didn't see anything that would=
point to it being broken (and i highly doubht it is).
Finally a que=
stion, do i need to upgrade these apache servers, or is there another way t=
o enable deflate on the 2.2.11 systems.
Thanks
Jeff
--0016e6469d28311fb804717f1642--