Ok, compiling my own didn't make any difference.  I tried compiling the
debug version of the module and using that to see what was going on, but
apache wouldn't load the debug version.

But I finally got it to work by changing the configuration rules to have
this:

    mod_gzip_item_include            uri             ^.*$
    mod_gzip_item_include            mime            ^.*$

along with the appropriate exclude lines.  This will make it compress
everything except what you explicitly exclude.

John

On Wed, Jun 25, 2008 at 8:50 AM, John Huss <[EMAIL PROTECTED]> wrote:

> I got a pre-compiled one here:
>
> http://www.entropy.ch/blog/Mac+OS+X/2006/07/31/Building-mod-gzip-so-as-Universal-Binary.html
>
> I guess I'll go ahead and compile one myself and try that.
>
> John
>
>
> On Wed, Jun 25, 2008 at 6:50 AM, Alexander Spohr <[EMAIL PROTECTED]> wrote:
>
>> Hi John,
>>
>> where did you get the mod from? The version I had has a bug, it only scans
>> for content-type, but not for Content-type (Capital C). Or some other header
>> that WO sends with a capital.
>> I think you can see it because you either get two headers, or the size
>> does not fit the content. I can't remember what it was exactly.
>>
>> If you fix that, mod_gzip works fine.
>>
>>        atze
>>
>>
>> Am 24.06.2008 um 22:43 schrieb John Huss:
>>
>>
>>  I'm trying to get mod_gzip running on one of my WO apps.  It works for
>>> static pages (index.html) and static resources (like css) in my WO app, but
>>> not on the html returned from the WO app.  I'm guessing this has something
>>> to do with the fact that the content is being dynamically generated.  Any
>>> tips on how to get this working?
>>>
>>> John
>>>
>>
>
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to