Samer Abukhait napisaÅ(a):
If I left the address param it listens to all IPs on the machine (I don't want
that).. I want the
server to be bind on only 2 IPs.
You should load nssock two times, once as nssock0, then as nssock1.
ns_section "ns/server/$server/modules"
ns_param "nssock0" "nssock.so"
ns_param "nssock1" "nssock.so"
ns_section ns/server/$server/module/nssock0
ns_param port 80
ns_param address IP1
ns_section ns/server/$server/module/nssock1
ns_param port 80
ns_param address IP1
ps. You can't probably do that with nsopenssl. That's what the author says.
--
WK
--
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.