When you install the cross-platform version of Stronghold Web Server, you specify a ServerRoot directory such as /usr/local/www. The ServerRoot contains a number of subdirectories that hold server files. The directory is organized as follows:
| Subdirectory | Description |
|---|---|
| bin | Scripts and programs, including OpenSSL, Perl, SWISH and utilities. Programs that were previous located in ServerRoot/utils/, ServerRoot/support/, and ServerRoot/ssl/bin in earlier versions of Stronghold. |
| conf | Configuration files for Stronghold, Tomcat (conf/tomcat/) and SSL certificates (conf/ssl/). |
| lib | Libraries used by Stronghold. |
| man | man pages for Stronghold. |
| src/apache-1.3 | The source code for the Apache HTTP server. |
| src/cgi-src | Example CGI programs. |
| var/log | All log files. |
| www/cgi-bin | CGI programs and related files, including Stronghold’s search engine program. |
| www/htdocs | The default root document directory and the base for all relative URLs except those referring to user directories. |
| www/icons | The standard set of icons for use in directory indexes. |
| www/manual | Stronghold’s documentation files in HTML, PDF, and PostScript. |
For more information on the installed packages, run: bin/rpm -qa
The system displays the installed packages:
stronghold-apache-1.3.22-2 stronghold-axkit-1.5-4 ...
To get detailed information on a package such as axkit, run: bin/rpm -qi stronghold-axkit