PageRoot
entry in the AOLserver configuration file (see Chapter 3). Normally, it is the /servers/servername/pages subdirectory under the AOLserver home directory.The AOLserver is often configured to store archived versions of pages in the database using the nstext module (see Chapter 3). However, you cannot rely on these versions to restore the pages directory when a file system failure occurs. Only HTML pages are saved in the archives and only pages saved through the AOLserver or existing before you synchronize the database are archived. Therefore other content, such as GIF images or sound files, are not in the database archives.
Use whatever file system backup procedure you have in place at your site. To schedule nightly backups, use the Unix cron
facility or the NT at
command.
Normally, if all pages are saved, updated, and deleted through the AOLserver using AOLpress, database synchronization is not necessary because the AOLserver automatically keeps the ns_pages and ns_archives table up to date. However, if you change the pages directory without using the AOLserver--for example, by bulk copying pages from another location--the AOLserver does not know the new pages exist and does not update the database tables. In this case, you must manually synchronize the pages directory with the database using the instructions below.
To have the AOLserver search all existing pages in the pages directory and update the database tables, follow the Synchronize Database with Filesystem link on the Full Text AOLserver administration page.
http://
followed by the name of the host where the server is running.
The access log can be configured to automatically open a new log as it grows (with the MaxSizeKB parameter) and to limit the number of old logs maintained (with the MaxBackup parameter). This sets an upper limit on the amount of disk space the access logs take. However, because old logs beyond the limit configured to be saved by the AOLserver are deleted automatically, you must back up old logs if you require a complete history of access to your site. For example, if the MaxBackup parameter in the configuration file is set to 5, only five old access log files will remain on disk. When a sixth log file needs to be opened because the active log has grown beyond the size specified by the MaxSizeKB parameter, the oldest log is removed.
If you write new Tcl scripts or edit the existing ones, you must ensure your changes are saved regularly to a safe place. Also, be sure that any external files utilized by your Tcl scripts are backed up too, including files outside the AOLserver home directory.