Understanding Server Side Includes


Document on disk This document, <!--#echo var="DOCUMENT_NAME" -->, was last modified <!--#echo var="LAST_MODIFIED" --> Content received by the browser This document, sample.shtml, was last modified Sunday, 14-Sep-2005 12:03:20 PST


SSI is a simple, "old school" web technology and a predecessor to other HTML embedded languages such as PHP. SSI provides a simple and effective mechanism for adding simple pieces of dynamic content with very little overhead; for example, a common footer for each page that includes the date and time the page was served. As another example, the Apache 2.0 distribution uses SSI to provide a custom look and feel for error messages. It works by embedding special processing instructions inside web pages and evaluating them before the content is returned to the client. You can learn more about Apache SSI support at http://httpd.apache.org/docs/2.0/howto/ssi.html.




Apache(c) Phrase Book(c) Essential Code and Commands
Apache Phrasebook
ISBN: 0672328364
EAN: 2147483647
Year: 2006
Pages: 254

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net