
david at kineticode
Aug 1, 2010, 12:26 PM
Post #2 of 3
(492 views)
Permalink
|
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
|