[foo.shtml]
hi <!--#include file="bar.html"--> bye
[bar.html]
there
would return to the web browser:
hi there byeAnother SSI directive causes the directive to be replaced by the result of a command or script.
[foo.shtml]
the time is <!--#exec cmd="date"--> and all is well.
(The #exec directive isn't supported by some versions of PersonalWebServer.)