--On Friday, November 8, 2002 5:52 PM +0100 Henri Gomez
<[EMAIL PROTECTED]> wrote:
Some questions about mod_deflate :
1) Why this module is not enabled by default built ?
compression should be on to meet HTTP recommandations ?
No, that's not part of the HTTP specification per se.
2) What about a more advanced system ?
Currently :
SetEnv gzip-only-text/html 1
-> make mod_deflate compress only text/html.
You should take a look at the AddOutputFilterByType and
AddOutputFilter directives. Those allow the same functionality as
your patch without introducing any redundant directives. -- justin