As installed under a directory named Project Portal with the web server under httpd, the Project Portal system typically has a directory hierarchy similar to the following:
Directory | Description |
---|---|
Project Portal/KRONO/
|
The Project Portal application software (not visible to the web) |
Project Portal/KRONO-WWW/
|
Static web content |
httpd/ |
Apache web server |
httpd/conf/ |
Web server configuration files |
httpd/kronohttp* |
Web server executable through which Project Portal is started |
httpd/support/ |
Web server auxiliary programs and scripts |
httpd/htdocs/ |
Web server document root directory |
projects/ |
All information related to Project Portal workspaces |
projects/*/ |
Specific workspace subdirectories |
projects/*/config.pm |
Workspace-specific server-side configuration |
projects/*/data/ |
Stored data |
projects/*/data/files / |
Stored files of documents |
projects/*/data/deldocs/ |
Recently deleted files |
projects/users/ |
Information specific to named users |
projects/passwd |
Encrypted authentication password file for local user passwords |