Re: [EMAIL PROTECTED] Re: mod_deflate optimization

2007-07-09 Thread Vincent Bray
On 09/07/07, Julius Thyssen <[EMAIL PROTECTED]> wrote: http://httpd.apache.org/docs/2.0/mod/mod_deflate.html shows an example almost identical to what I'm using, with That example doesn't include DeflateCompressionLevel :-) I don't remember, but someone on the web, long ago, advised me to use

Re: [EMAIL PROTECTED] Re: mod_deflate optimization

2007-07-09 Thread Julius Thyssen
On 7/9/07, Vincent Bray <[EMAIL PROTECTED]> wrote: See the docs for that directive which include: Context:server config, virtual host Meaning that this directive can be set in the main server context, or http://httpd.apache.org/docs/2.0/mod/mod_deflate.html shows an example almost id

Re: [EMAIL PROTECTED] Re: mod_deflate optimization

2007-07-09 Thread Vincent Bray
On 09/07/07, Julius Thyssen <[EMAIL PROTECTED]> wrote: Actually, when I try to use itlike this: SetOutputFilter DEFLATE BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html SetEnvIfNoCase Request_URI\.(?:gif|jpe?g

[EMAIL PROTECTED] Re: mod_deflate optimization

2007-07-08 Thread Julius Thyssen
Actually, when I try to use itlike this: SetOutputFilter DEFLATE BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html SetEnvIfNoCase Request_URI\.(?:gif|jpe?g|png|wav|mp3|ogg|bmp|avi|mpg)$ no-gzip dont-vary Header