Not really... do you want to only listen on 127.0.0.1? ----- Original Message ----- From: "Chris Gray" <cpgray@library.uwaterloo.ca> To: <zope-dev@zope.org> Sent: Thursday, April 19, 2001 3:43 PM Subject: [Zope-dev] Zope options order sensitive
I'm just beginning my study of the zope source. Going through z2.py I noticed that order matters in specifying command line options.
For instance: ./start -a 127.0.0.1 -P 8000 sets HTTP_PORT to: [('127.0.0.1', '8080')] but: ./start -P 8000 -a 127.0.0.1 sets HTTP_PORT to: [('', '8080')]
I'm not far enough along yet to know if this makes a difference in the end. Does it?
Chris
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )