Re: [Zope] Limiting data in subfolder
Hi Jonathan, beside the fact I was not the one who brought up this question ;) I believe the mount approach has some more advantages over quotafolder: it covers also historic transactions in the size, thus a bloating self-made counter will not disturb anybody elses zope, and it isolates the home dirs of different customers somewhat, so they can even be packed without influencing the others. This is almost ideal in hosting situations. Regards Tino --On Samstag, 25. Januar 2003 12:38 +0000 Jonathan Miles <jonathan.miles@btconnect.com> wrote:
You should be able to find a quotafolder product from zope.org product list.
I believe that is used at Freezope.org to restrict subfolder size.
Regards
----- Original Message ----- From: "Tino Wildenhain" <tino@wildenhain.de> To: <mico@cbn.net.id>; <zope@zope.org> Sent: Saturday, January 25, 2003 8:45 AM Subject: Re: [Zope] Limiting data in subfolder
Hi Mico,
--On Samstag, 25. Januar 2003 02:57 +0000 mico@cbn.net.id wrote:
We have several clients using Zope, and we set the client to have have virtual host in their own folders like http://our.server:8080/clients/. We followed the instructions written in "Python 2.1.x, Zope 2.5.x, Apache 1.3.x/2.0.x, Virtual Hosts and caching installation and startup on RedHat Linux 7.3 and beyond" HOWTO. It works. But I wonder how to limit the size of the client subfolder in Zope? So we could limit client A to have only 100 MB space in Zope subfolder. Thanks.
You can use Shanes dbtab (http://hathaway.freezope.org/Software/DBTab ) to mount an individual storage for each user which can then limited to 100MB.
Regards Tino
_______________________________________________ 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 )
participants (1)
-
Tino Wildenhain