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 is Thu Jan 16 03:42:16 NOVT 2025 .

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:

[an error occurred while processing this directive]


Return to the features list.