Forum OpenACS Q&A: Response to script to modify the hostname and address in nsd.tcl

If you just want to see what's actually returned from "ns_info", and aolserver is running you can write a little test.tcl script:
ns_return 200 text/plain "hostname: [ns_info hostname]

address: [ns_info address]"
Put it under the page root and visit yoursite.com/test.tcl ...
Does that help?