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 Sun Apr 27 17:29:50 NOVST 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.