Server-Side Includes on bama
Server-side includes (SSI) are supported on bama. All pages that use SSI must have the extension .shtml.
The best place to start learning how to use SSI is Apache's own tutorial.
If you would like to use server-side includes with your personal
CGI scripts, you should note that the "exec cgi" method
does not work through the wrapper . An SSI call to a personal CGI
script
should be in the form
<!--#include virtual="/cgi-bin/cgiwrap/~account/script_name" -->

