Difference between revisions of "Conf"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
The config file is a Tcl file so we can set variables use commands including most of the built in ns_ commands. | The config file is a Tcl file so we can set variables use commands including most of the built in ns_ commands. | ||
− | + | = Config Sections = | |
+ | * [[Conf/Parameters|Global Parameters]] ns/parameters | ||
+ | * [[Conf/Threads|Thread Library]] ns/threads | ||
+ | * [[Conf/Mimetypes|MIME types]] ns/mimetypes | ||
+ | * [[Conf/Db|Database Drivers]] ns/db/drivers | ||
+ | * [[Conf/Servers|Servers]] ns/servers | ||
+ | == Config for each Virtual Server == | ||
+ | Each "server" is a container or "virtual server" | ||
+ | * [[Conf/Server|Server Config]] ns/server/${servername} | ||
− | * [[Conf/ | + | * [[Conf/Server/Redirects|Redirects]] |
− | + | * [[Conf/Server/FastPath|Fastpath]] - cache static files | |
− | * [[Conf/ | + | * [[Conf/Server/Tcl|Tcl Library]] - Private Tcl Library |
− | + | * [[Conf/Server/Adp|ADP Config]] | |
− | * [[Conf/ | + | * [[Conf/Server/Modules|Modules to Load]] |
− | + | == Modules Config == | |
− | * [[Conf/ | + | * [[Conf/Server/Module/nssock|nssock]] HTTP Module |
− | + | * [[Conf/Server/Module/nscp| nscp]] Control Port Module | |
− | * [[Conf/Server| | + | * [[Conf/Server/Module/nslog|nslog]] Access Log Module |
− | + | * [[Conf/Server/Module/nscgi|nscgi]] CGI Module | |
− | + | * [[Conf/Server/Module/nsperm|nsperm]] Simple Permission Module | |
− | + | * [[Conf/Server/Module/nsunix|nsunix]] Unix Domain Socket Module | |
− | + | * [[Conf/Server/Module/nsvhr|nsvhr]] Reverse Proxy Module | |
− | |||
− | |||
− | * [[Conf/ | ||
− |
Revision as of 22:10, 21 December 2011
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.
Config Sections
- 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