The data directory contains the following subdirectories:
home
— Home directories for www-data
and www-logs
. These are simply regional directories at present to allow maximal flexibility.
templates
— Data files associated with the CLF implementation. This directory is mapped to /templates
in the main server configuration, so it appears in every virtual host. Additionally the favicon.ico
in here (a small image of the UW crest) is mapped to /favicon.ico
.
vhosts
— Document roots for virtual hosts. This is a regional directory. The document roots are configured once in the main server config as /software/odyssey-3_apache/data/vhosts/%0
, so the document root for a virtual host will simply be the hostname of the virtual host in this directory.
The templates directory contains the various images, CSS files, and SSI files that make up much of the CLF implementation. The topInclude.shtml
and bottomInclude.shtml
files are regional, and are managed with the usefake
and usereal
maintenance commands included in this package. The vhosts
directory is regional and should contain a directory named after each virtual hostname.
Each virtual hostname's directory should contain the following:
fake_bottomInclude.shtml
— Bottom include SSI for use when normal menus are not working.
fake_topInclude.shtml
— Top include SSI for use when normal menus are not working.