Copying files from a SiteRoot folder
SiteRoot seems to be preventing me from using ZMI to copy/cut files to other areas in Zope. Is there a solution? (OR is there a different SiteRoot-type product that allows this?) TIA, Trevor
trevor, depending on your setup and needs you should take a look at the VirtualHostMonster. it requires a webserver in front of zope, like apache, and does its magic using instructions coded into the RewriteRules in your apache configuration. it seems simpler and more straightforward to use in my opinion because there is no configuration done inside zope itself (apart from creating it) and no oddities like the chance of locking yourself out of your site etc. the VirtualHostMonster is part of the SiteAccess product as well. jens On Friday, September 28, 2001, at 11:03 , Trevor Toenjes wrote:
SiteRoot seems to be preventing me from using ZMI to copy/cut files to other areas in Zope. Is there a solution? (OR is there a different SiteRoot-type product that allows this?)
TIA, Trevor
On Fri, Sep 28, 2001 at 11:03:59PM -0400, Trevor Toenjes wrote:
SiteRoot seems to be preventing me from using ZMI to copy/cut files to other areas in Zope. Is there a solution? (OR is there a different SiteRoot-type product that allows this?)
This is long-standing obscure problem in Zope. I know many Zope instllations that have the problem. SiteRoot is only part of the problem - I know Zope installations that don't use SiteRoor at all - and still have copy/paste problem. All these installation use Apache, but in different configuration. Different ways to connect to Zope - Zope.cgi, mod_pcgi2, mod_fastcgi, mod_proxy - and ll have the problem. Connecting directly to Zope (usually port 8080) fixes the problem. It seems we have a very strange Apache problem. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
participants (3)
-
Jens Vagelpohl -
Oleg Broytmann -
Trevor Toenjes