Dylan: Thanks for the suggestion. I have tried that unsuccessfully, but I was trying to redirect to the privileged port 80 - which Jamie Heilman has told me will not work unless I run Zope as root. This had worked when I had earlier installed the Linux version of Zope linked to at Zope.org. The Debian Zope packager appears to be working to make the Zope server controlled in a fashion similar to the method used by Apache. Thank you, George Perry Electro Scientific Industries 13900 NW Science Park Drive Portland, OR 97229-5497 (503) 671-5234 -----Original Message----- From: Dylan Reinhardt [mailto:zope@dylanreinhardt.com] Sent: Friday, November 07, 2003 4:31 PM To: George Perry Cc: Zope Users Subject: RE: [Zope] changing port from 9673 default On Fri, 2003-11-07 at 16:16, George Perry wrote:
Dylan:
I installed Zope using apt-get from Debian testing. I am using the Libranet distribution.
Try this: $ locate z2.py Last time I checked, Debian put Zope in /usr/lib/zope Once you've found that, open it up and look for this line: HTTP_PORT=9673 Which you change to: HTTP_PORT=8080 And restart Zope. HTH, Dylan