[Zope] mod_gzip
Olivier Deckmyn
odeckmyn.list@teaser.fr
Fri, 3 Aug 2001 19:22:41 +0200
ok,
I installed it (mod_gzip) on my servers.
It works with static apache pages, php served pages, but NOT with my Zope
pages :(
Here is my http.conf :
mod_gzip_on Yes
mod_gzip_item_include mime application/x-httpd-php
mod_gzip_item_include mime application/x-httpd-cgi
mod_gzip_item_include mime text/*
mod_gzip_dechunk Yes
mod_gzip_item_exclude mime image/*
../..
<VirtualHost www.myserver.com>
ServerAdmin webmaster@myserver.com
ServerName www.myserver.com
DocumentRoot /web/htdocs/www.myserver.com
ScriptAlias /cgi-bin/ "/web/htdocs/www.myserver.com/cgi-bin/"
ErrorLog logs/error.Apache
CustomLog logs/access.www.myserver.com combined
# Cf. Zope/Apache HOW-TO
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/static/
RewriteCond %{REQUEST_URI} !^/cgi-bin/
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*)
http://www.myserver.com:9080/myserver_com/Workflow/XPRMD/$1 [P]
#RewriteRule ^(.*)
http://www.myserver.com:9080/VirtualHostBase/http/www.myserver.com/myserver_
com/VirtualHostRoot/$1 [P]
</VirtualHost>
I think my problem is that I DO NOT run Zope as a CGI nor PCGI :(
PLEASE HELP !
Thanx !
> -----Message d'origine-----
> De : zope-admin@zope.org [mailto:zope-admin@zope.org]De la part de
> Oliver Bleutgen
> Envoyé : mercredi 1 août 2001 11:36
> À : zope@zope.org
> Objet : Re: [Zope] mod_gzip
>
>
> > Hello all,
>
> > Does anybody know if mod_gzip howto :
> > http://www.zope.org/Members/Mamey/mod_gzip is still up to date with Zope
> > 2.4
> > ?
> > Is the given patch really necessary ?
>
> > Thanx !
> Hi Olivier,
>
> I installed mod_gzip some time ago on a production server.
> It happily runs since appr. 3 months in front of some
> zope servers (configured with VHM and mod_rewrite).
> I can't remember patching the source, and given
> the time difference between the howto (2000/11/01)
> and the mod_gzip release (03/08/01) I doubt that
> this is still necessary.
> One caveat though, I had one problem with some
> 5.0.x IE's, it suddenly had problems with one frame
> of a frameset. But since it only seems to happen
> on one IE out of appr. 10 I tested (with the _same_
> version number), I ignored it.
>
> cheers,
> oliver
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )