Server Root Directories
| A |
Each server root has a set of common subdirectories. If it has web-accessible documents, they are stored in the docs/ directory (see the aside on the convention for writing filenames). If it has Apache configuration information, that is stored under conf/. Any other information which should not be web-accessible is stored in other subdirectories of the server root, such as phplib/ for PHP-based virtual hosts.
*With the exception of personal home pages, which are stored within users' home directories.

