Conf
Jump to navigation
Jump to search
Contents
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.
Global
- Global Parameters ns/parameters
- Thread Library ns/threads
- MIME types ns/mimetypes
- Database Drivers ns/db/drivers
- Servers ns/servers
Config for each Virtual Server
Each "server" is a container or "virtual server"
- Server Config ns/server/${servername}
- Redirects
- Fastpath - cache static files
- Tcl Library - Private Tcl Library
- ADP Config
- Modules to Load