Re: RewriteMaps inefficient (was: [Zope-dev] Apache Mod_rewrite question)

2004-07-16 Thread Dieter Maurer
Ganesha Shanmuganathan wrote at 2004-7-15 15:57 -0500: ... RewriteMap files with the same name are identified ... That is strange! It looks like a bug in mod_rewrite then. I checked the source and found that it does compare by map name. Thanks for your feedback But the cache is not taken from a

Re: RewriteMaps inefficient (was: [Zope-dev] Apache Mod_rewrite question)

2004-07-16 Thread Ganesha Shanmuganathan
Hi Dieter, On Fri, 2004-07-16 at 13:10, Dieter Maurer wrote: Ganesha Shanmuganathan wrote at 2004-7-15 15:57 -0500: ... RewriteMap files with the same name are identified ... That is strange! It looks like a bug in mod_rewrite then. I checked the source and found that it does compare by map

Re: RewriteMaps inefficient (was: [Zope-dev] Apache Mod_rewrite question)

2004-07-15 Thread Dieter Maurer
Ganesha Shanmuganathan wrote at 2004-7-14 17:26 -0500: ... Now, we use RewriteMaps only when the map files are very small (not more than some dozen entries). That is interesting to know. Right now, we use multiple map files but each is small. Is there anyother way to do load balncing with Zope

Re: [Zope-dev] Apache Mod_rewrite question

2004-07-14 Thread Eugene
Hello Ganesha, Wednesday, July 14, 2004, 1:40:14 AM, you wrote: I'm using mod_rewrite with zope but without maps. Can your describe in details your task? GS Hi, GS I came across a strange behavior of mod_rewrite while using with zope. GS Although it is not a zope question, I was wondering if

Re: [Zope-dev] Apache Mod_rewrite question

2004-07-14 Thread Ganesha Shanmuganathan
Hi, We are using mod_rewrite to redirect the incoming requests to one of the zope instances running on the same machine. It is an SMP machine and has 4 zope instances. The map basically contains IP port1|port2|port3 Where port1 and port2 etc are the ports where the zope is running. The problem

RewriteMaps inefficient (was: [Zope-dev] Apache Mod_rewrite question)

2004-07-14 Thread Dieter Maurer
Ganesha Shanmuganathan wrote at 2004-7-13 16:40 -0500: ... The directive RewriteMap has unexpected behavior when it is used to define more than one map with same map name in diffrent places. Normally all the directives within a tag applies only to that tag. There are more strange things with

[Zope-dev] Apache Mod_rewrite question

2004-07-13 Thread Ganesha Shanmuganathan
Hi, I came across a strange behavior of mod_rewrite while using with zope. Although it is not a zope question, I was wondering if any of you have run into this. We are using mod_rewrite to redirect the users to one of the zope sites of a Zeo cluster. The directive RewriteMap has unexpected