I've installed Aolserver, Postgres, Postgres driver, and ACS. I've
gotten to the point where I should be able to connect to 127.0.0.0
with Lynx (by typing "lynx 127.0.0.0")and open up
the /web/server1/www/index.tcl page. However, Lynx spends some time
looking for the server and then quits saying that it can't find the
host. It does return the source a redirect page (this looks like an
aolserver generated page, although I have been unable to find the
page on my system). I've also noticed an error in my server log with
a strange url, something like http://www.webbot.com/something...
I've followed a few suggestions I found on the forum, such as adding
a "auxconfigdir /web/${server}/parameters" to the parameters section
of the nsd.tcl file and changing enabletclpages to true. I've also
added "127.0.0.1 server1" to my /etc/hosts file and made the
symbolic link necessary for the postgres driver to work (I can't
remember the name of the link right now).
Does anyone know why I can't connect to ACS? I've done a ps aux and
the aolserver is up and running.
My nsd.tcl page is here.