]> granicus.if.org Git - apache/commitdiff
PR: 5289
authorJoshua Slive <slive@apache.org>
Fri, 15 Sep 2000 19:45:27 +0000 (19:45 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 15 Sep 2000 19:45:27 +0000 (19:45 +0000)
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

index 6aa4ea9eb3e36bf4f1479f95d5e1a76384964887..b961f5f2d7ba9199d543759815eef48740968e31 100644 (file)
@@ -31,7 +31,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.4 $ ($Date: 2000/04/18 20:54:03 $)
+  $Revision: 1.5 $ ($Date: 2000/09/15 19:45:27 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
   xSSI (eXtended SSI) directives.
   </P>
   <P>
-  Processing a document at run-time is called <EM>parsing</EM> it; hence
-  the term &quot;parsed HTML&quot; sometimes used for documents that
-  contain SSI instructions.  Parsing tends to be <EM>extremely</EM>
-  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
-  <A HREF="#ssi-part-ii">next question</A> for more information about this.)
+  Processing a document at run-time is called <EM>parsing</EM> it;
+  hence the term &quot;parsed HTML&quot; 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 <A HREF="#ssi-part-ii">next question</A> for more information
+  about this.)
   </P>
   <P>
   To enable SSI processing, you need to