Installing and Administering an AnswerBook2 Server

Access Log Files

To turn on or turn off access logging, select Modify Server Configuration from the Admin GUI.

You can also use the following commands to perform these functions:


% /usr/lib/ab2/bin/ab2admin -o access_on [-m server_name] [-p server_port]
 

% /usr/lib/ab2/bin/ab2admin -o access_off [-m server_name] [-p server_port]
 

Note -

After you change the logging function, you must stop and start the documentation server. Log in as root on the server machine and type the following commands:


# /usr/lib/ab2/bin/ab2admin -o stop
# /usr/lib/ab2/bin/ab2admin -o start