Re: mod_gzip + WO problems
Re: mod_gzip + WO problems
- Subject: Re: mod_gzip + WO problems
- From: "John Huss" <email@hidden>
- Date: Wed, 25 Jun 2008 10:32:09 -0500
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@hidden> 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.
JohnOn Wed, Jun 25, 2008 at 6:50 AM, Alexander Spohr <
email@hidden> 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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden