Antwort: AW: Antwort: AW: Antwort: AW: Antwort: [Mod_gzip] SEND
_AS_IS:RESPONSE_CONTENT_TYPE_EXCLUDED
mod_gzip@lists.over.net
mod_gzip@lists.over.net
Wed, 29 Jan 2003 18:18:42 +0200
Hallo Markus,
>> > mod_gzip_item_include mime ^^text/*$
>> This rule still looks superfluous to me.
> I think, the eMail programs play a trick on us because it is actually
> just *one* of the special characters before text/*$
the point is not the start of this pattern but the end.
You are still matching for "/*" (which means "any number of '/'
characters") where you seem to want "/.*" (which means "one '/'
character followed by any number of any character).
I cannot imagine a MIME type that ends with a '/' or doesn't
contain a '/' - but only these MIME types would match your rule.
Viele Grüße
Michael