24 Apr
2001
24 Apr
'01
10 a.m.
On 24 Apr 2001 15:26:20 +0530, Bobby wrote:
Hi
Newbie question
My config postgres 7.03 linux mandrake 7.2 zope 2.3.0
i am able to run zope thru port 8080 but i want it to run from port 80 directly i tried logging in as root and maniopulating the z2.py file to set the port to 80 but i get a huge error saying permission denined in z2.py file and Z2.pid etc.
Does anyone know what the problem could be ? Any help is appreciated ?
thanks
bobby --
When you start Zope use something like: ./start -w 80 But you can only do this if nothing else uses port 80 (e.g. Apache) So if Apache is running, you need to stop that one first. Regards, Gitte Wange