RE: [Zope] Zope Beginner

2000-12-06 Thread Max Møller Rasmussen
From: Mark A. Pappas [mailto:[EMAIL PROTECTED]] after the -D. In the start.bat. I tried all kinds of things and never was able to get zope up on port 80 as a web server (www.whatever.com_ or XXX.XXX.XXX.XXX). What am I missing? Your approach sound about right. Perhaps you are running another

Re: [Zope] Zope Beginner

2000-12-06 Thread Dieter Maurer
Mark A. Pappas writes: zope running on port 80 All ports below 1024 are priviledged ports. Under Unix, a process must run as "root" to bind to them. Dieter ___ Zope maillist - [EMAIL PROTECTED]

Re: [Zope] Zope Beginner

2000-12-06 Thread Bill Anderson
Dieter Maurer wrote: Mark A. Pappas writes: zope running on port 80 All ports below 1024 are priviledged ports. Under Unix, a process must run as "root" to bind to them. Mehtinks that start.bat indicates teh querant is on windows ... but I could be wrong. ;^)= If on

Re: [Zope] Zope Beginner

2000-12-05 Thread Phil Harris
Mark, Here's the line from my Zope start script, it may help: "D:\zope\bin\python.exe" "D:\zope\z2.py" -X -w20080 -f20021 %1 %2 %3 %4 %5 %6 %7 %8 %9 This line turns off 'debugging' mode (note the absence of -D), it also shuts down all servers by default (-X), then explicitly starts http on