Index: openacs-4/etc/config.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/config.tcl,v diff -u -r1.12.2.4 -r1.12.2.5 --- openacs-4/etc/config.tcl 12 Dec 2003 15:54:18 -0000 1.12.2.4 +++ openacs-4/etc/config.tcl 30 Jan 2004 14:27:01 -0000 1.12.2.5 @@ -17,6 +17,10 @@ set hostname [ns_info hostname] set address [ns_info address] +# Note: If port is privileged (usually < 1024), OpenACS must be +# started by root, and, in AOLserver 4, the run script have a +# '-b address' flag which matches the address given above + set server "service0" set servername "New OpenACS Installation - Development" Index: openacs-4/etc/daemontools/run =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/daemontools/run,v diff -u -r1.4.2.2 -r1.4.2.3 --- openacs-4/etc/daemontools/run 3 Dec 2003 21:01:06 -0000 1.4.2.2 +++ openacs-4/etc/daemontools/run 30 Jan 2004 14:27:01 -0000 1.4.2.3 @@ -1,3 +1,6 @@ #!/bin/sh exec /usr/local/aolserver/bin/nsd-postgres -it /var/lib/aolserver/service0/etc/config.tcl -u service0 -g web + +# For AOLserver 4 using privileged ports (usually < 1024), add the flag +# -b youraddress:yourport