[Zope] Re: apache 2, mod_deflate, mod_fastcgi, zope 2.7: something's slow.

Faried Nawaz faried at gmail.com
Wed Aug 17 13:05:32 EDT 2005


I tried messing with it some more, and it seems that the fix was to place

<tal:foo define="ret python:
container.REQUEST.RESPONSE.enableHTTPCompression(container.REQUEST)"
tal:omit-tag="" />

somewhere near the top of my template.   I didn't realize I needed
compression enabled in zope; I thought apache's mod_deflate would be
sufficient.

Someone should add this to the docs or wiki or someplace.


Faried.


More information about the Zope mailing list