Re: [Zope] Limiting access to a Zope Site

2007-02-06 Thread Gabriel Genellina
At Saturday 3/2/2007 11:34, Jens Vagelpohl wrote: On 3 Feb 2007, at 15:22, Maciej Wisniowski wrote: So where is your *real* problem? Export/import works fine, we have tools like ZSyncer, we have ZEO...something you're missing? It is not my problem. I just pointed that copying data.fs between

Re: [Zope] Limiting access to a Zope Site

2007-02-04 Thread Andreas Jung
--On 4. Februar 2007 19:20:19 +0100 Dieter Maurer <[EMAIL PROTECTED]> wrote: Maciej Wisniowski wrote at 2007-2-3 15:22 +0100: So where is your *real* problem? Export/import works fine, we have tools like ZSyncer, we have ZEO...something you're missing? It is not my problem. I just pointed

Re: [Zope] Limiting access to a Zope Site

2007-02-04 Thread Dieter Maurer
Maciej Wisniowski wrote at 2007-2-3 15:22 +0100: >> So where is your *real* problem? Export/import works fine, >> we have tools like ZSyncer, we have ZEO...something you're missing? >It is not my problem. I just pointed that copying data.fs between >instances is not only and not preferrable way to

Re: [Zope] Limiting access to a Zope Site

2007-02-03 Thread Maciej Wisniowski
> You're still expressing an opinion about what's "preferrable" as a > statement of fact. Your'e right. I was wrong about 'preferred way'. Someone may find copying data.fs good and workable for his use case. -- Maciej Wisniowski ___ Zope maillist - Zo

Re: [Zope] Limiting access to a Zope Site

2007-02-03 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3 Feb 2007, at 15:22, Maciej Wisniowski wrote: So where is your *real* problem? Export/import works fine, we have tools like ZSyncer, we have ZEO...something you're missing? It is not my problem. I just pointed that copying data.fs between inst

Re: [Zope] Limiting access to a Zope Site

2007-02-03 Thread Maciej Wisniowski
> So where is your *real* problem? Export/import works fine, > we have tools like ZSyncer, we have ZEO...something you're missing? It is not my problem. I just pointed that copying data.fs between instances is not only and not preferrable way to distribute application versions among zope instances.

Re: [Zope] Limiting access to a Zope Site

2007-02-03 Thread Andreas Jung
--On 3. Februar 2007 14:41:30 +0100 Maciej Wisniowski <[EMAIL PROTECTED]> wrote: In general OP asked about securing Zope sites. One way is to create proper environment with few Zope instances e.g. development, test, production and more if someone needs (for example I have internal and extern

Re: [Zope] Limiting access to a Zope Site

2007-02-03 Thread Maciej Wisniowski
>> I'm not sure how it is in Plone but I don't believe in moving data.fs :) > > (Un)fortunately the age of inquisition is over and you must somehow live > with your misbelief :-) But this sentence was about application lifecycle... I meant that I don't believe that it is typical to distribute new

Re: [Zope] Limiting access to a Zope Site

2007-02-03 Thread Andreas Jung
--On 2. Februar 2007 21:06:29 +0100 Maciej Wisniowski <[EMAIL PROTECTED]> wrote: I'm not sure how it is in Plone but I don't believe in moving data.fs :) (Un)fortunately the age of inquisition is over and you must somehow live with your misbelief :-) -aj pgp8WKH8X7yDY.pgp Description:

Re: [Zope] Limiting access to a Zope Site

2007-02-03 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2 Feb 2007, at 21:06, Maciej Wisniowski wrote: There should be no problems copying/moving a Data.fs file from one zope instance to another, especially if both instances are running the same version of Zope! Technically no but it is really

Re: [Zope] Limiting access to a Zope Site

2007-02-02 Thread Maciej Wisniowski
> There should be no problems copying/moving a Data.fs file from one > zope instance to another, especially if both instances are running the > same version of Zope! Technically no but it is really strange and I believe bad (if not impossible) way to distribute application among dev, test, product

Re: [Zope] Limiting access to a Zope Site

2007-02-02 Thread Andreas Jung
--On 2. Februar 2007 19:39:58 +0100 Jens Vagelpohl <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2 Feb 2007, at 19:19, Mark, Jonathan (Integic) wrote: It is my impression that moving a Data.fs file from one Zope instance to another is often unreliable. Once t

Re: [Zope] Limiting access to a Zope Site

2007-02-02 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2 Feb 2007, at 19:19, Mark, Jonathan (Integic) wrote: It is my impression that moving a Data.fs file from one Zope instance to another is often unreliable. Once the development and production Zope instances differ, and by definition they will,

Re: [Zope] Limiting access to a Zope Site

2007-02-02 Thread Jonathan
- Original Message - From: "Mark, Jonathan (Integic)" <[EMAIL PROTECTED]> To: Sent: Friday, February 02, 2007 1:19 PM Subject: [Zope] Limiting access to a Zope Site [The other] Jonathan writes: """Why don't you run two separate zope instanc

[Zope] Limiting access to a Zope Site

2007-02-02 Thread Mark, Jonathan (Integic)
[The other] Jonathan writes: """Why don't you run two separate zope instances, one for production and one for development, and set up the apache rewrite rules so that www points to the production instance and dev points to the development instance?""" It is my impression that moving a Data.fs f

Re: [Zope] Limiting access to a Zope Site

2007-02-02 Thread Jonathan
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, February 02, 2007 10:18 AM Subject: [Zope] Limiting access to a Zope Site Hi. I'm looking for several differnt approaches to probably a fairly simple problem. I have a Zope site running behind apache re

[Zope] Limiting access to a Zope Site

2007-02-02 Thread hpinson
Hi. I'm looking for several differnt approaches to probably a fairly simple problem. I have a Zope site running behind apache rewrite rules. www.mysite.org That site needs to be publically accessable. A subdomain site (for development): dev.mysite.org needs to be accessable only to a team

Re: [Zope] Limiting access

2006-08-22 Thread Chris Withers
David wrote: Is there some mechanism in Zope or can be added to a Zope instance that would limit the number of requests that are served per IP address within a certain period of time? We are aware that this would also affect Google and other search engine spiders, but as they usually come

Re: [Zope] Limiting access

2006-08-21 Thread Dieter Maurer
David wrote at 2006-8-21 13:17 +0100: > ... >We have been asked if we could somehow block this access. We tried >blocking the originating IP on the server (using route to blackhole), >but the spider is rotating IPs within a day of us putting in a block. > >Is there some mechanism in Zope or can

Re: [Zope] Limiting access

2006-08-21 Thread Andreas Jung
--On 21. August 2006 13:17:03 +0100 David <[EMAIL PROTECTED]> wrote: Hi We are running a site for a local government providing local information. Over the past few months, the site has been spidered daily and the information appears to be used for unwanted marketing campaigns. We have been

[Zope] Limiting access

2006-08-21 Thread David
Hi We are running a site for a local government providing local information. Over the past few months, the site has been spidered daily and the information appears to be used for unwanted marketing campaigns. We have been asked if we could somehow block this access. We tried blocking th