well, I have got my config.tcl file with:
set httpport 80
then I try to start the openacs as root:
/usr/local/aolserver/bin/nsd-postgres -it
/web/service0/etc/config.tcl -u service0 -g web -b 80
and I get the following message in the log file:
[24/Jun/2004:22:20:59][4380.1075081856][-main-]Error:
nssock: failed to listen on 192.168.1.3:80:
Permission denied
I have also try to run openacs without the "-b 80" flag but I get the same log.
I do not know whats wrong.