Is HTTP_MANAGE EnvVar only in Plone? and -w mapping
I partially figured it out (trying to reduce Plone down to Zope), it seems HTTP_MANAGE plays a trick with the accessRule.py External Method to set the Plone default location, which I am trying to cleanly nuke. That said, if using -w to have Zope listen on multiple ports, does each port get "mapped" to a location/URL in Zope/ZODB? Thanks, Michael.
I partially figured it out (trying to reduce Plone down to Zope), it seems HTTP_MANAGE plays a trick with the accessRule.py External Method to set the Plone default location, which I am trying to cleanly nuke.
HTTP_MANAGE is not a canonical Zope environment variable.
That said, if using -w to have Zope listen on multiple ports, does each port get "mapped" to a location/URL in Zope/ZODB?
No. See z2.py. jens
participants (2)
-
Jens Vagelpohl -
Michael Dexter