On 2005.02.18, JM <[EMAIL PROTECTED]> wrote:
>
>         Would it be possible to bind aolserver to 2 different IP?

Sure, just define two nssock modules:

    ns_section "ns/server/${servername}/modules"
        ns_param nssock1 ${bindir}/nssock.so
        ns_param nssock2 ${bindir}/nssock.so

Then, configure each to bind to the appropriate IPs:

    ns_section "ns/server/${servername}/module/nssock1"
    ns_param   port            $httpport1
    ns_param   hostname        $hostname1
    ns_param   address         $address1

    ns_section "ns/server/${servername}/module/nssock2"
    ns_param   port            $httpport2
    ns_param   hostname        $hostname2
    ns_param   address         $address2


-- Dossy

--
Dossy Shiobara                       mail: [EMAIL PROTECTED]
Panoptic Computer Network             web: http://www.panoptic.com/
  "He realized the fastest way to change is to laugh at your own
    folly -- then you can let go and quickly move on." (p. 70)


--
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.

Reply via email to