I want zope to listen to two different ip-addrs on two different ports and I'm unsure of how to configure zope to behave correctly.
I set ip-address <some ip addr>
then I have two http-server sections ala this:
--snip--snip--snip--
ip-address <some-goofy-ipaddr>
<http-server>
# valid keys are "address" and "force-connection-close"
address <some-goofy-ipaddr>:8080
# force-connection-close on
</http-server>
<http-server>
# valid keys are "address" and "force-connection-close"
address <some-other-goofy-ipaddr>:80
# force-connection-close on
</http-server>
--snip--snip--snip--
When I do this zope doesn't seem to listen to any thing on any port...
If it helps I'm using zope-2.7.4
TIA,
--timball
--
GPG key available on
pgpkeys.mit.edu
pub 1024D/511FBD54 2001-07-23 Timothy Lu Hu Ball <timball@tux.org>
Key fingerprint = B579 29B0 F6C8 C7AA 3840 E053 FE02 BB97 511F BD54