Sorry, but I don't think I phrased my original question very well. I'll give it another try. What I'm trying to do is have Zope somehow map an IP address to a specific subfolder within the ZODB. For example, I've got one subfolder that should serve DOMAIN1.COM which is located at the IP address XXX.XXX.XXX.1, a second subfolder should serve DOMAIN2.COM which is located at the IP address XXX.XXX.XXX.2, etc... How can this be accomplished? If there is a way to do it behind IIS, that'd be great. SiteAccess could then take care of the conversion of the root domain name (I think). I hope I've cleared things up a bit. Thanks, Aaron Gillette ----- Original Message ----- From: "Toby Dickenson" <mbel44@dial.pipex.net> To: "Aaron Gillette" <abgillette@comco-inc.com> Cc: <zope-dev@zope.org> Sent: Wednesday, January 24, 2001 10:22 AM Subject: Re: [Zope-dev] Mapping multiple IP addresses/domains to one Zope On Wed, 24 Jan 2001 10:07:29 -0600, "Aaron Gillette" <abgillette@comco-inc.com> wrote:
My company has many sites which share some content. Each site uses a different IP address. I would like to bring all of these sites into one instance of Zope on an NT machine. I am looking at the possibility of either 1) running Zope behind IIS, or 2) running Zserver exclusively.
Is this server accessible to untrusted users? If yes, then go for IIS. ZServer on its own isnt sufficiently bullet-proof.
Personally, I'd rather take the time in advance to learn how to do the whole thing in Zope, as I envision switching to a Linux server in the near future, and I believe that this would ease the migration.
Yes, its safe to copy zope databases between platforms, and zope itself is very platform-neutral.
My question is this: How do I map different IP addresses/domains to different Zope folders? I am pretty new to Python (but learning fast!), so any snippets of sample code would be much obliged.
Search on www.zope.org for SiteAccess. Toby Dickenson tdickenson@geminidataloggers.com