This table describes all of the directories that are created under the AOLserver installation directory when you install AOLserver. It lists the files or types of files that are stored in each directory, the configuration parameters that affect the directory or the files in the directory, and references to where you can find more information on the associated AOLserver features.
Directory containing the AOLserver binary and the default directory for any dynamically-loadable C modules.
| |
Directory containg C and Tcl examples, each in a separate subdirectory. | |
Directory containing header files for AOLserver.
| |
Directory containing static libraries used for building customized components to AOLserver. This directory currently only includes the libnspd.a file that can be used to build database proxy daemons (external database drivers).
See Appendix B of the AOLserver C Developer's Guide for information on building external database drivers. | |
Directory containing log files and the server pid file.
| |
Contains directories for each configured module that operates across servers, such as the tcl module. See page 62 for information on configuring AOLserver modules. | |
Directory containing files related to control port interface.
See Chapter 6 for information on the control port interface. | |
Default directory for shared Tcl script library. Also contains subdirectories containing Tcl examples and Tcl scripts for various modules.
See Chapter 3 of the AOLserver Tcl Developer's Guide for information on Tcl libraries. | |
/modules/tcl/nsperm | Directory containing user, group, and permissions files, plus Tcl scripts for the nsperm module, which is used to provide access control for AOLserver.
See page 69 for information on configuring the nsperm module. See Chapter 6 for information on using the access control features. |
Contains socket file for the nsunix module.
| |
Contains server-specific directories, including modules and pages. | |
Contains directories for server-specific modules, including nsftp, nslog, nsperm, nsservlet, and tcl. | |
/servers/server-n/modules/nslog | Default directory where the server's access log is stored.
|
/servers/server-n/modules/nsperm | Default directory where access control files are stored. The access control features are enabled by the nsperm module.
See page 69 for information on configuring the nsperm module. See Chapter 6 for information on using the access control features. |
/servers/server-n/modules/tcl | Default directory for private Tcl script library for this server.
See Chapter 3 of the AOLserver Tcl Developer's Guide for information on Tcl libraries. |
Default directory where pages and graphics for the server are stored. Users can optionally have individual subdirectories of this directory (see UserDir, below).
|