[Mod_gzip] mod_gzip and SSI

Christopher L. Everett mod_gzip@lists.over.net
Wed, 05 Nov 2003 14:34:49 -0600


Michael.Schroepl@telekurs.de wrote:

>Hi,
>
>>Does mod_gzip play well with mod_include or not?
>>I have some problems migrating my site to use SSI,
>>where apache ignores SSI directives and treats them as a comment.
>>    
>>
>
>I am not aware of any relation between mod_gzip and SSI that
>would have any effect like this.
>And I am successfully using mod_gzip and SSI in combination.
>  
>
Good to know that it can work.

>The interpretation of SSI directives is done by the SSI
>handler _if_ it is configured appropriately, i. e. assigned
>to some file extension or whichever method you prefer (there
>are quite a few in the Apache configuration language).
>  
>
I'm using XBitHack.

<snipped>

>So there should not be any interference between SSI and mod_gzip.
>Does the SSI interpretation work if you just disable mod_gzip?
>  
>
I have things set up so that mod_gzip gets turned on server by server.
so for my staging site, I simply don't have it on.

Most likely I need to go over my config files again.