logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Q&A
:
script to modify the hostname and address in nsd.tcl
: One Message
Begin main content
Forum OpenACS Q&A: Response to script to modify the hostname and address in nsd.tcl
Search:
Back to OpenACS Q&A
11
:
Response to script to modify the hostname and address in nsd.tcl
(response to
1
)
Posted by
Ola Hansson
on
06/02/02 12:05 AM
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?
Back to OpenACS Q&A