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 17:10:07 +0200
Hallo Markus,
> I have managed to find a filter configuration that works!! :-)
this is good news.
> mod_gzip_item_include file \.jsp$
> mod_gzip_item_include file \.jsp
The second rule is a superset of the first one.
If you keep the second rule, the first one will not
have any effect. But the first one is the more pre-
cise description and may suffice alone for your pur-
pose. I would try using the first line only.
> mod_gzip_item_include uri \.jsp$
> mod_gzip_item_include uri \.jsp
Again, the second rule is a superset of the first one.
And possibly you need only one of these four rules,
which would then depend on the way the JSP handler
works (i e. whether the "uri" at the time of rule
evaluation is still the URI that has been sent to
the server).
"file" sounds like the most reliable method - so you
may come along with only the first of these four rules.
> mod_gzip_item_include mime ^^text/*$
This rule still looks superfluous to me.
> I don't know if these setting are a 'minimal' solution
> or if I can delete some line, but it works! :-)
Try removing some of the lines named above, and see
if it still works. It doesn't hurt to have a configu-
ration of which you understand every single line and
its relevance for your scenario.
Viele Grüße
Michael