Forum OpenACS Development: Re: CONNECTION REFUSED WHEN TRIYNG TO CONNECT TO OPENACS!

Collapse
Posted by Jade Rubick on
Jorge, you might be able to fix this by...

Going into your whatever.tcl file,
Changing this:

#set address                [ns_info address]
set address                0.0.0.0

That makes Aolserver listen on all IP addresses, instead of just one.