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…') |
|||
(4 intermediate revisions by the same user not shown) | |||
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. | ||
− | + | '''''See also [[Conf/Examples |Example Configuration Files]]''''' | |
+ | == Global == | ||
− | * Global Parameters | + | * [[Conf/Parameters|Global Parameters]] ns/parameters |
− | ns/parameters | + | * [[Conf/Threads|Thread Library]] ns/threads |
− | * Thread Library | + | * [[Conf/Mimetypes|MIME types]] ns/mimetypes |
− | ns/threads | + | * [[Conf/Db|Database Drivers]] ns/db/drivers |
− | * MIME types | + | * [[Conf/Servers|Servers]] ns/servers |
− | ns/ | + | == Config for each Virtual Server == |
− | * Servers | + | Each "server" is a container or "virtual server" |
− | ns/servers | + | * [[Conf/Server|Server Config]] ns/server/${servername} |
− | * Server Config | ||
− | ns/server/ | ||
− | + | * [[Conf/Server/Redirects|Redirects]] | |
− | + | * [[Conf/Server/FastPath|Fastpath]] - cache static files | |
− | + | * [[Conf/Server/Tcl|Tcl Library]] - Private Tcl Library | |
− | + | * [[Conf/Server/Adp|ADP Config]] | |
− | * | + | * [[Conf/Server/Modules|Modules to Load]] |
− | + | == Modules Config == | |
+ | * [[Conf/Server/Module/nssock|nssock]] HTTP Module | ||
+ | * [[Conf/Server/Module/nscp| nscp]] Control Port Module | ||
+ | * [[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 |
Latest revision as of 09:30, 5 January 2012
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.
See also Example Configuration Files
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