server-side include
Also found in: Dictionary, Medical.
server-side include
(World-Wide Web)(SSI) The facility provided by most web servers, e.g. NCSA httpd, to replace special tags in an
HTML file with the contents of another file before the file
is sent out by the server, i.e. an
HTML macro.
NCSA httpd tutorial.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)
server-side include
An HTML command used to place up-to-date data as well as common data (boilerplate) into a Web page before sending it to the user. For example, it can be used to retrieve the current date and size of downloadable files that are constantly changing. It can be used to insert a boilerplate message where only the boilerplate needs to be changed to bring all the pages up-to-date. HTML pages that contain server-side includes often use the .shtml file extension.
The Include command inserts the contents of another document at the tag location. Echo inserts the contents of an environment variable. Fsize and Flastmod insert size and date of a file, and Config controls the format of the output. The Exec command executes a program, script or shell command. See SHTML.Copyright © 1981-2025 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.
References in periodicals archive
Finally, you should avoid
server-side includes (SSI) for the same reasons.
Copyright © 2003-2025 Farlex, Inc
Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.