Hmm... Sounds like your "admin" user is set up as a superuser on one machine, but not on the other. To bind to port 80, you need root (or superuser) access... Kevin -----Original Message----- From: Albert Kinderman <albert.kinderman@csun.edu> To: zope@zope.org <zope@zope.org> Date: Saturday, August 28, 1999 3:00 PM Subject: [Zope] Serving Zope on port 80
I have two machines. On one of them I can use apache on port 80 and ZServer on port 8080 or I can reverse the ports. On the other, I can only use ZServer on 8080, but not on port 80. When I start Zope, I get
File "/usr/local/Zope2.0b4/ZServer/medusa/asyncore.py, line 205, in bind return self.socket.bind (addr) socket.error: (13, 'Permission denied')
On both machines I am running both Zope and Apache as "admin." I believe the permissions are set the same on both machines, but obviously I am wrong. Can someone give me some pointers on where to look?
Al
-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Albert Kinderman California State University, Northridge albert.kinderman@csun.edu Department of Managment Science
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
Thanks for all the quick responses. It's always nice to expose yourself in public as a dummy. 8=) I must have su'ed to root on the one machine before I started it and didn't remember (I have the age > 50 excuse). I just tried again as admin and failed, as was to be expected. Thanks again. Kevin Dangoor wrote:
Hmm... Sounds like your "admin" user is set up as a superuser on one machine, but not on the other.
To bind to port 80, you need root (or superuser) access...
Kevin
-----Original Message----- From: Albert Kinderman <albert.kinderman@csun.edu> To: zope@zope.org <zope@zope.org> Date: Saturday, August 28, 1999 3:00 PM Subject: [Zope] Serving Zope on port 80
I have two machines. On one of them I can use apache on port 80 and ZServer on port 8080 or I can reverse the ports. On the other, I can only use ZServer on 8080, but not on port 80. When I start Zope, I get
File "/usr/local/Zope2.0b4/ZServer/medusa/asyncore.py, line 205, in bind return self.socket.bind (addr) socket.error: (13, 'Permission denied')
On both machines I am running both Zope and Apache as "admin." I believe the permissions are set the same on both machines, but obviously I am wrong. Can someone give me some pointers on where to look?
Al
-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Albert Kinderman California State University, Northridge albert.kinderman@csun.edu Department of Managment Science
participants (2)
-
Albert Kinderman -
Kevin Dangoor