[ZODB-Dev] Zope2.6 + ZEO 2
Shane Hathaway
shane@zope.com
Mon, 07 Apr 2003 15:14:37 -0400
Igor Stroh wrote:
> ZOPEOPTS="-P 127.0.0.1:0 -t 7 -D -u zope"
You may know this, but "-P 127.0.0.1:0" will cause Zope to bind only to
the loopback interface, not ethernet. You will only be able to connect
to Zope from a browser running on the same box, and only if you use
"http://127.0.0.1" rather than the name of your box. I think you want
to replace the "127.0.0.1" configuration with the hostname of your box.
Again, you may know that already. I just noticed it. :-)
Shane