From a8558845b70e476173ccd79d18c9f39e5b2d3a9d Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Fri, 15 Sep 2000 19:45:27 +0000 Subject: [PATCH] PR: 5289 Be a little less negative about the slowness of SSI. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86236 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/FAQ-F.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/manual/misc/FAQ-F.html b/docs/manual/misc/FAQ-F.html index 6aa4ea9eb3..b961f5f2d7 100644 --- a/docs/manual/misc/FAQ-F.html +++ b/docs/manual/misc/FAQ-F.html @@ -31,7 +31,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.4 $ ($Date: 2000/04/18 20:54:03 $) + $Revision: 1.5 $ ($Date: 2000/09/15 19:45:27 $)

The latest version of this FAQ is always available from the main @@ -361,13 +361,14 @@ xSSI (eXtended SSI) directives.

- Processing a document at run-time is called parsing it; hence - the term "parsed HTML" sometimes used for documents that - contain SSI instructions. Parsing tends to be extremely - resource-consumptive, and is not enabled by default. It can also - interfere with the cachability of your documents, which can put a - further load on your server. (see the - next question for more information about this.) + Processing a document at run-time is called parsing it; + hence the term "parsed HTML" sometimes used for documents + that contain SSI instructions. Parsing tends to be + resource-consumptive compared to serving static files, and is not + enabled by default. It can also interfere with the cachability of + your documents, which can put a further load on your server. (See + the next question for more information + about this.)

To enable SSI processing, you need to -- 2.50.1