24 Apr
2001
24 Apr
'01
8:30 p.m.
Bobby writes:
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. If you start Zope as root, it bind to port 80 and then switches identity to a user specified at installation time (or through parameters during startup) or "nobody".
Apparently, the user Zope switches to, does not have write access to the files you see in your problem report. Specify a user for Zope that can access these files or change the file permissions such that "nobody" can access them. Dieter