Conf

From AOLserver Wiki
Revision as of 17:34, 19 December 2011 by Bernhard (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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