[ Previous ] [ Contents ] [ Index ] [ Next ]

AOLserver Configuration

AOLserver has many configurable parameters, all of which are set in the AOLserver configuration file. The easiest and most error-free way to set configuration parameters is to use the setup server built into AOLserver and enabled by default when AOLserver starts up. The setup server provides a forms-based interface that allows you to set all of the AOLserver configuration parameters. (Normally, only a few of the parameters need to be set.) The setup server performs some error-checking on the information entered in the forms and writes it to the configuration file. If you prefer, you can also edit the configuration file manually.


The Commercial service level is pre-configured. You cannot change the configuration as described in this chapter.

This chapter describes how to use the setup server and provides a series of tutorials showing you how to perform many of the most common configuration tasks. It also provides a reference of the configuration file structure and parameters in case you want to edit the configuration file directly.

By modifying and/or adding AOLserver configuration parameters, you can:

What is a virtual server?

A virtual server behaves like an independent server, but actually runs alongside other virtual servers within one AOLserver process. Each virtual server can listen for client requests on a different port or respond as a different host or IP address. Each virtual server can store its pages in a different directory, have separate log files, use a different communications protocol and have separate sets of users, groups, and permissions. However, there is only one AOLserver installation and one AOLserver process running. (Note that you can still have multiple AOLserver processes running, each with multiple virtual servers.)

What is a database pool?

A database pool is a set of connections to a database. AOLserver currently supports direct connections to the Illustra and SOLID databases on Unix. AOLserver also supports external connections to Illustra and Sybase. As far as configuration is concerned, you simply specify a database (or data source) that you want AOLserver to access. AOLserver then manages a set of connections to the database that it uses internally to efficiently process database operations. You can also access these connections directly through the Tcl and C interfaces.

This diagram shows multiple virtual servers accessing multiple database pools:.

Chapter 8 describes in detail how AOLserver interacts with databases.

What are the default AOLserver capabilities?

The following capabilites are provided by default for every virtual server and can be configured with the Setup Server or by manually editing the configuration file.

What is an AOLserver module?

AOLserver modules are shared libraries or dynamically-linked libraries that provide specific sets of capabilities that you can load in your virtual servers. The following modules are provided:

When you add a virtual server, some modules are loaded by default. This diagram shows a virtual server with the default modules and one optional module loaded:

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.