nsd -t nsd.tcl -b 0.0.0.0:443, 0.0.0.0:80 voila
Nate ----- Original Message ----- From: sgs <[EMAIL PROTECTED]> Date: Thu, 1 Jul 2004 15:47:08 -0400 Subject: [AOLSERVER] listen on both port 80 and 443 To: [EMAIL PROTECTED] Hi, I like to start aolserver using port 80 and nsopenssl using port 443. I've configured the nsopenssl section properly. When I run nsd I use the following command line: nsd -t nsd.tcl -b 0.0.0.0:80 With this, I get an error message saying I don't have permission to run on port 443. So, I tried the following to see what happens: nsd -t nsd.tcl -b 0.0.0.0:443 Now, https works fine, but port 80 give me permission problems. How can I run or configure aolserver such that I can listen to 80 and 443? When I changed the https port to 8443, it works fine. That is, I can connect to port 80 and 8443 (provided I run nsd with -b 0.0.0.0:80). I also tried the following: nsd -t nsd.tcl -b 0.0.0.0:443 -b 0.0.0.0:80 That only bound to port 80. Any suggestions please? thanks, sgs. -- 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.
