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. ---------------------------------------- This message was sent using CBN WebMail.
I think QuotaFolder (http://www.zope.org/Members/ivo/QuotaFolder) may be able to help you. Cheerio, Simon. -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org] On Behalf Of mico@cbn.net.id Sent: 25 January 2003 02:57 To: zope@zope.org Subject: [Zope] Limiting data in subfolder 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. ---------------------------------------- This message was sent using CBN WebMail. _______________________________________________ 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 )
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
participants (3)
-
mico@cbn.net.id -
Simon Brogden -
Tino Wildenhain