13 Oct
2001
13 Oct
'01
5:06 a.m.
On Sat, 13 Oct 2001 07:40:23 +0800 "Sin Hang Kin" <kentsin@yahoo.com> wrote:
BTW, there is another bug:
in start:
if ZOPE_PORT: args.insert(0, '-P %s' % ZOPE_PORT)
should be '-w %s' instead.
Nope, -w sets the http port, -P sets the base port for all protocols.
Rgs,