[Zope] nonroot user running zope on 80

John Hunter jdhunter at ace.bsd.uchicago.edu
Tue Sep 21 16:41:43 EDT 2004


On a linux box, what is the right way to allow a non-privileged user
(eg "zope") to run a zope server on port 80.  I can run on 8080 just
fine, but don't have access to the lower numbered ports.

Interestingly, when I try 'bin/runzope' as root (port 80 or 8080), I
get a segmentation fault, even though I can run on 80 as user zope.

[root at crcdocs bin]# ./runzope
------
2004-09-21T16:29:36 INFO(0) ZServer HTTP server started at Tue Sep 21 16:29:36 2004
        Hostname: localhost.localdomain
        Port: 8080
------
2004-09-21T16:29:36 INFO(0) ZServer FTP server started at Tue Sep 21 16:29:36 2004
        Hostname: crcdocs.bsd.uchicago.edu
        Port: 8021
Segmentation fault
[root at crcdocs bin]#

zope 2.7.2


More information about the Zope mailing list