[Zope3-dev] Zope not accepting connections on Windows
Marius Gedminas
mgedmin at b4net.lt
Sun Mar 13 12:10:57 EST 2005
On Sun, Mar 13, 2005 at 10:34:53AM -0600, Garrett Smith wrote:
> Marc Rijken wrote:
> > Garrett Smith wrote:
> >> This is a strange problem. I can only connect to a Zope 3 server as
> >> localhost. When I access the server from another machine, no
> >> connection.
> >>
> >> I can connect to an apache server without any problem.
> >>
> >> I don't see this problem on Linux.
> >>
> >> Anyone have a clue as to what's going on?
src/ZConfig/datatypes.py, lines 171 to 174:
if sys.platform[:3] == "win":
DEFAULT_HOST = "localhost"
else:
DEFAULT_HOST = ""
> Yep, this bug is relatively new (within the last 12 mos ;). I'll add a
> collector issue.
I couldn't find it, assuming you haven't done that yet.
Marius Gedminas
--
Why do geeks think Halloween and Christmas occur on the same day?
Because 31oct = 25dec!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mail.zope.org/pipermail/zope3-dev/attachments/20050313/c8a371fe/attachment.bin
More information about the Zope3-dev
mailing list