I am using FreeBSD 5.4-RELEASE #0 and it works fine with this command: % bin/nsd -t ulconfig.tcl -u www -g www -b nn.nnn.nnn.nnn:80
Here's my config file: [EMAIL PROTECTED] diff ulconfig.tcl sample-config.tcl 51c51 < set httpport 80 --- > set httpport 8000 55,56c55,56 < set hostname "www.xxxxxxx.com" < set address "nn.nnn.nnn.nnn" --- > set hostname [ns_info hostname] > set address [ns_info address] 59c59 < set serverdesc "Upload Server" --- > set serverdesc "Server Name" 365d364 < ns_param upload /usr/local/aolserver/servers/server1/modules/libupload.so It's likely that something else is wrong. I found that the -b switch was required to run when my other addresses already had web servers listening on port 80. Fred -- 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.
