Menu Server Side Includes
 

Server Side Includes

One of the ways that you can handle server errors is to use a CGI script (Server-Side Include) running on your webserver. To do this you will have to have the CGI module activated and available to you.

Top

SSI (Server Side Includes) are directives that are placed in HTML pages, and evaluated on the server while the pages are being served. They let you add dynamically generated content to an existing HTML page, without having to serve the entire page via a CGI program, or other dynamic technology.

Links

Top

References:

  • Server Side Includes - https:// en.wikipedia.org/wiki/ Server_Side_Includes
  • Server Side Includes - CGI Programming on the World ... Chapter 5 - https:// www.oreilly.com/library/view/cgi-programming-on/9781565921689/ 08_chapter-05.html
  • Jigsaw Server Side - https:// www.w3.org/Jigsaw/Doc/User/ SSI.html
  • Apache httpd Tutorial: Introduction to Server Side Includes - https:// httpd.apache.org/docs/2.4/ howto/ ssi.html

Site design by Tempusfugit Web Design -