Mailing List Archive

mod_deflate in Apache 2
Has anyone been able to get mod_deflate to work on 2.0? Just enabling the directive in the conf file doesn't seem to work according to the Page Speed add-on for Firebug.

And if I put the following line in http.conf:

LoadModule deflate_module lib/httpd/mod_deflate.so

I get the following error:

Syntax error on line 17 of /usr/local/bricolage/conf/vhosts.conf:
Invalid command 'SetEnvIfNoCase', perhaps misspelled or defined by a module not included in the server configuration

-Matt
Re: mod_deflate in Apache 2 [ In reply to ]
On Aug 1, 2010, at 10:34 AM, Matthew Rolf wrote:

> Has anyone been able to get mod_deflate to work on 2.0? Just enabling the directive in the conf file doesn't seem to work according to the Page Speed add-on for Firebug.
>
> And if I put the following line in http.conf:
>
> LoadModule deflate_module lib/httpd/mod_deflate.so
>
> I get the following error:
>
> Syntax error on line 17 of /usr/local/bricolage/conf/vhosts.conf:
> Invalid command 'SetEnvIfNoCase', perhaps misspelled or defined by a module not included in the server configuration

Sounds like the SetEnvIfNoCase directive isn't loaded, supported, or spelled properly.

Best,

David
Re: mod_deflate in Apache 2 [ In reply to ]
On Aug 1, 2010, at 3:26 PM, David E. Wheeler wrote:

> Sounds like the SetEnvIfNoCase directive isn't loaded, supported, or spelled properly.

Even when I launch it without that line, mod_deflate isn't active (or at least doesn't register in Firebug).

-Matt