Try pre-binding:
nsd -b<address>:<port>
Example:
nsd -ft config.tcl -b127.0.0.1:80
Also make sure you are starting the process as root since port 80 is a privileged port:
nsd -ft config.tcl -b127.0.0.1:80 -uaolserver
The example above will switch from root after startup, and after pre- binding to port 80, and will then run the server as user "aolserver". Hope that helps!
- n
On May 7, 2005, at 4:52 PM, Mrad James Deane wrote:
Hello , i'm migrating from apache httpd to aolserver and i want to know how can i set permission to my non root user (aolserver) to run the aolserver in the http public port 80 cause when i try to launch the server i found when consulting the server log : cannot acces to port 80 : permission denied I'm using a Freebsd 5.3 box Thanks, James Mrad
_________________________________________________________________ MSN Hotmail : antivirus et antispam int�gr�s http://www.msn.fr/newhotmail/Default.asp?Ath=f
-- AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
-- AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
