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 Wed Mar 27 21:13:36 CET 1996 .

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:

HTTP/1.0 404 Not Found Date: Wednesday, 27-Mar-96 20:13:36 GMT Server: NCSA/1.0 MIME-version: 1.0 Content-type: text/html 404 Not Found

404 Not Found

The requested URL /~robm/.html-sig.html was not found on this server.