[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-modgzip
Subject:    [Mod_gzip] Antwort: mod_gzip digest, Vol 1 #568 - 6 msgs
From:       Michael.Schroepl () telekurs ! com
Date:       2002-03-14 11:35:03
[Download RAW message or body]


Hi Daniel,


>Well, the subject says it all. It just won't compress anything.
>It would be very nice if you were able to help me. Here's what I did to my
>httpd.conf:
>
>LoadModule gzip_module        /usr/lib/apache/mod_gzip.so
>AddModule mod_gzip.c
>
><IfModule gzip_module>
>mod_gzip_on                     Yes
... remember the log did tell us that "mod_gzip_on Yes" is
missing. But why?

Because the whole <IfModule> section is ignored!

<IfModule> requires you to give as parameter value the same
value as AddModule, not the same as LoadModule.

Use <IfModule mod_gzip.c> and it will work.



Greetings, Michael


_______________________________________________
mod_gzip mailing list
mod_gzip@lists.over.net
http://lists.over.net/mailman/listinfo/mod_gzip
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic