PROJECT/
apps/
bin/
cgi-bin/
log_HOSTNAME/
pid/
download/
html/
forum/
inc/
ops/
project/
stats/
user/
user_profile/
keys/
upload/
where PROJECT is the name of the project
and HOSTNAME is the server host.
Each project directory contains:
- apps: application and core client executables
- bin: server daemons and programs.
- cgi-bin: CGI programs
- log_HOSTNAME: log output
- pid_HOSTNAME: lock files, pid files
- download: storage for data server downloads.
- html: PHP files for public and private web interfaces
- keys: encryption keys
- upload: storage for data server uploads.
";
page_tail();
?>