Difference between revisions of "Conf"
Jump to navigation
Jump to search
(Created page with '= AOLServer Config Reference = The AOLserver config file has sections for global configuration of the instance and sections for each "server". One AOLserver instance may have on…') |
(No difference)
|
Revision as of 17:34, 19 December 2011
AOLServer Config Reference
The AOLserver config file has sections for global configuration of the instance and sections for each "server". One AOLserver instance may have one or more "server" sections; but normally just one.
The config file is a Tcl file so we can set variables use commands including most of the built in ns_ commands.
Config Sections
- Global Parameters
ns/parameters
- Thread Library
ns/threads
- MIME types
ns/mimetypes
- Servers
ns/servers
- Server Config
ns/server/foo
ns/server/bar
The word "server" here is confusing. Think of it as a container for configuring something akin to a Virtual Server in Apache.
- Database Drivers
ns/db/drivers