Sunday, March 25, 2007

mod_include - Server-Side Includes (SSI) Implementation

One of the module enhancements featuring by Apache 2.0. This mod_include implements an extended version of the Server-Side Includes (SSI) quasi-standard. Embedded programming constructs in a HTML document are evaluated effect immediately and expanded by the server before the document is sent to the client. The name of the module relates to a major goal of SSI

References:
1. Apache Module mod_include
http://httpd.apache.org/docs/2.0/mod/mod_include.html

No comments: