PROJECT/
bin/
cgi-bin/
log_HOSTNAME/
pid/
download/
html/
user/
ops/
keys/
upload/
where PROJECT is the name of the project
and HOSTNAME is the server host.
Each project directory contains:
- bin: server daemons and programs.
- cgi-bin: CGI programs
- log_HOSTNAME: log output, lock files, pid files
- download: storage for data server downloads.
- html/ops: PHP files for project management.
- html/user: PHP files for the public web site.
- keys: encryption keys
- upload: storage for data server uploads.
";
page_tail();
?>