[Zope] Starting Zope

2000-07-27 Thread Costagliola Giovanni
Hello All, How can I to start Zope whit a different user than root and cath the default HTTP port? If I try for example: su - -c './start -w 80 -u zope' I receive an error becouse root hasn't granted the need privileges on /Zope/var/ directory. Thanx --

Re: [Zope] Starting Zope

2000-07-27 Thread Costagliola Giovanni
Il gio, 27 lug 2000, Oleg Broytmann ha scritto: > On Thu, 27 Jul 2000, Costagliola Giovanni wrote: > > How can I to start Zope whit a different user than root and cath the > > default HTTP port? > >Use different way - start Zope as root, catch port 80 and drop uid.

Re: [Zope] Starting Zope

2000-07-31 Thread Costagliola Giovanni
Hello I'm the man who generate this jungly mailing Simply, I use thesescripts: ---/usr/local/scripts/zstart- #!/bin/bash $ZOPE_BASE/start -u $ZOPE_USER -w 80 1>/dev/null 2>&1 & --- the previous i