https://bugzilla.wikimedia.org/show_bug.cgi?id=73274

--- Comment #5 from Giuseppe Lavagetto <[email protected]> ---
So the problem is in this directive we have in our mod_mime config:

AddEncoding x-compress Z

What does AddEncoding do?

Under apache 2.2:

The AddEncoding directive maps the given filename extensions to the specified
encoding type. MIME-enc is the MIME encoding to use for documents containing
the extension. This mapping is added to any already in force, overriding any
mappings that already exist for the same extension.

Under Apache 2.4:

The AddEncoding directive maps the given filename extensions to the specified
HTTP content-encoding. encoding is the HTTP content coding to append to the
value of the Content-Encoding header field for documents named with the
extension. This mapping is added to any already in force, overriding any
mappings that already exist for the same extension.

so, while apache 2.4 seems to do the right thing in general, it breaks all
pages ending in .Z for us.

I think we may safely discard that directive from our config.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to