It was a regexp problem. Most of the examples I've seen for mod_gzip_item_include look like:

   mod_gzip_item_include    file    \.html$
   mod_gzip_item_include    file    \.php$
   etc.

Based on these I'd used:
   mod_gzip_item_include    file    \.a4d$

Changing it to

   mod_gzip_item_include    file    \.a4d  # remove the trailing $

appears to have fixed the problem.

-- Brad

I wrote:
Will,

I got it partially working using the link below and the link I referenced in my last response. I am having a slight problem serving Active4D content. Requests with parameters are not being processed properly (page not found). If you are compressing Active4D output, would you mine sharing the relevant httpd mod_gzip configuration?

Thanks,

Brad

Will Mayall wrote:
Has anyone here installed and configured mod_gzip on Mac OS Apache 1.3?
Any caveats or helpful hints?

Yes. Very simple, very effective.

Here¹s where I got it:

http://www.entropy.ch/blog/Mac+OS+X/2006/07/31/Building-mod-gzip-so-as-Unive
rsal-Binary.html

Will


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to