[Zope] IIS/Zope/Ports

Dylan Reinhardt zope@dylanreinhardt.com
17 Apr 2003 07:48:21 -0700


On Thu, 2003-04-17 at 03:50, Mark Hodge wrote:
> IIS running on Port 80 and Zope running on Port 80, 

How many Port 80s does XP come with these days?  :-)

You can only have one service listening at each port.  If IIS is on 80,
Zope will have to be somewhere else, like 8080.  You can set up IIS to
serve up Zope content, so this isn't really a huge limitation.

> is it then possible
> to have the Zope managed interface running on port 8080? Any pointers?

Yep.  Just remove the "-w 80" option and Zope will attach to 8080 all on
its own.  If you're running Zope as a service, this setting is probably
hidden in a registry entry.  Search the registry for z2.py to find it.

This will make *all* content served by Zope available on 8080, but some
firewalling could ensure that only certain machines have access.  

HTH,

Dylan