Forum OpenACS Q&A: Response to nsvhr /nssock/nsunix config

Collapse
Posted by Randy Kowell on
I have choosen to use nsunix and nssock, perhaps that has been my mistake? I have all ther servers configed within a single file and start each server as new process: These are the snippets you may be able to help me with

#vhr-master
ns_section "ns/server/vhr-master/module/nsvhr/maps
ns_param "ottawamax.ca"    "unix://ottawamax.nsunix"
ns_param "www.ottawamax.ca"  "unix://ottawamax.nsunix"
ns_param  "vancouvermax.ca"      "unix://vancouvermax.nsunix"
ns_param  "www.vancouvermax.ca" "unix://vancouvermax.nsunix"

#ottm_cserver
ns_section "ns/server/ottm_cserver/module/nssock
ns_param port          8080
ns_param hostname  www.ottawamax.ca
ns_param address    192.168.20.32
ns_param timeout     0

#ottm_cserver
ns_section "ns/server/ottm_cserver/module/nsunix
ns_param hostname  "www.ottawamax.ca"
ns_parm socketfile   "ottawamax.nsunix"


Thank you,
Randy