Installation hint: Create symbolic link prior to restarting Apache
Minor issue: In the OpenFISMA Manual: Installation 2010-05-11 and the Qucikstart Tutorial
After copying over the apache.conf.template to /etc/apache2/sites-available/openfisma and the making the appropriate edits, PRIOR to restarting Apache; even though the site configuration file is in "sites-available" directory the file is completely ignored until a symbolic link is created in "/etc/apache2/sites-enabled/" pointing back to /etc/apache2/sites-available/openfisma. This step needs to occur prior to restarting Apache [ #> /etc/init.d/apache2 restart ].
This necessary step may be accomplished using the Apache utility to enable "a2ensite" and conversely to disable "a2dissite".
Example #> a2ensite openfisma
Failure to create this symbolic link will cause Apache to error "File does not exist: /htdocs" and continue to ignore the openfisma site.
