Server Side Includes

NCSA httpd allows you to include the output of commands or other files in your HTML documents.


For instance, the current date and time are


At the end of each document, I'd like to include my signature but don't want to have to change every document I wrote when my home document moves. So, I can use a server include tag to include it, like this:


Return to the features list.