Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver.xml,v diff -u -N -r1.22 -r1.22.14.1 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver.xml 17 Jul 2006 05:38:37 -0000 1.22 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver.xml 23 Jun 2016 08:32:46 -0000 1.22.14.1 @@ -17,7 +17,7 @@ Aolserver or Postgres. Several people have reported problems while trying to install using apt-get instead of from source. If you have the time to debug these - and submit what you did, that's great, but if not, you + and submit what you did, that's great, but if not, you should stick to installing from source. @@ -74,7 +74,7 @@ conf-inst should contain the location where AOLserver is to be installed. Overwrite the - tarball's default value with our default value, /usr/local/aolserver: + tarball's default value with our default value, /usr/local/aolserver: [root aolserver]# echo "/usr/local/aolserver" > conf-inst [root aolserver]# @@ -126,7 +126,7 @@ sets database environment variables before starting AOLserver; this allows the AOLserver instance can communicate with the database. There is one script each for - Oracle and PostgreSQL. They don't conflict, so if you plan + Oracle and PostgreSQL. They don't conflict, so if you plan to use both databases, install both. @@ -228,7 +228,7 @@ Test AOLserver - In order to test AOLserver, we'll run it using the + In order to test AOLserver, we'll run it using the sample-config.tcl file provided in the AOLserver distribution, under the nobody user and web group. The sample-config.tcl configuration writes to the @@ -260,8 +260,8 @@ Note: AOLserver4.x does not include a default start page, so we create one for this test. Type echo "Welcome to AOLserver" > /usr/local/aolserver40r8/servers/server1/pages/index.html - Now, we'll run a quick test to ensure AOLserver is running - correctly. We'll use the sample config file provided with + Now, we'll run a quick test to ensure AOLserver is running + correctly. We'll use the sample config file provided with AOLserver. This file will attempt to guess your IP address and hostname. It will then start up the server at port 8000 of that IP address. @@ -274,7 +274,7 @@ [08/Mar/2003:15:07:18][31175.8192][-main-] Notice: config.tcl: finished reading config file. - The first warning, about nsssl, can be ignored. We won't be using nsssl; we'll be using nsopenssl instead, and we haven't fully configured it yet. The nscp warning refers to the fact that, without a user and password in the config file, the administrative panel of AOLserver won't load. We don't plan to use it and can ignore that error as well. Any other warning or error is unexpected and probably a problem. + The first warning, about nsssl, can be ignored. We won't be using nsssl; we'll be using nsopenssl instead, and we haven't fully configured it yet. The nscp warning refers to the fact that, without a user and password in the config file, the administrative panel of AOLserver won't load. We don't plan to use it and can ignore that error as well. Any other warning or error is unexpected and probably a problem. @@ -283,7 +283,7 @@ Lynx on the same computer and surfing over to your web page. If you browse from another computer and the sample config file - didn't guess your hostname or ip correctly, you'll get a + didn't guess your hostname or ip correctly, you'll get a false negative test. @@ -293,9 +293,9 @@ You should see a "Welcome to AOLserver" page. If this - doesn't work, try going to + doesn't work, try going to http://127.0.0.1:8000/. If this - still doesn't work, check out the section below. Note that you will not be able to browse to the web page from another machine, because AOLserver is only listening to the local address. @@ -319,7 +319,7 @@ xreflabel="Troubleshooting AOLserver"> Troubleshooting. - If you can't view the welcome page, it's likely there's a + If you can't view the welcome page, it's likely there's a problem with your server configuration. Start by viewing your AOLserver log, which is in /usr/local/aolserver/log/server.log. @@ -353,10 +353,10 @@ - If you get an error that nssock can't get the requested address, you + If you get an error that nssock can't get the requested address, you can set these manually. If you type 0.0.0.0, AOLserver will try to listen on all available addresses. Note: - ns_info address doesn't appear + ns_info address doesn't appear to be supported in current versions of AOLserver.