[Zope] Re: Listen on IPv6 interfaces?

Derrick 'dman' Hudson dman at dman13.dyndns.org
Wed Nov 5 18:35:59 EST 2003


On Tue, Oct 28, 2003 at 09:45:04PM +0100, Troels Arvin wrote:
| Hello,
| 
| I want zope to listen my IPv6 inteface; for some reason it doesn't. How do
| I make it do that?
| 
| My /etc/zope has this line:
| ZOPE_IP_ADDRESS=""
| 
| Changing it to
| ZOPE_IP_ADDRESS="[::]"
| doesn't make a difference.

I'd guess that ZServer (and/or the python socket module underneath it)
doesn't have IPv6 support.  You could run Apache or Squid as a proxy
in front of it and let it listen on the v6 address and pass requests
on to Zope on a v4 address.

-D

-- 
Emacs is a nice operating system, it lacks a decent editor though
 
www: http://dman13.dyndns.org/~dman/            jabber: dman at dman13.dyndns.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.zope.org/pipermail/zope/attachments/20031105/36266689/attachment.bin


More information about the Zope mailing list