You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@locus.apache.org on 2000/09/15 21:44:46 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/misc FAQ-F.html

slive       00/09/15 12:44:44

  Modified:    htdocs/manual/misc FAQ-F.html
  Log:
  PR: 5289
  
  Be a little less negative about the slowness of SSI.
  
  Revision  Changes    Path
  1.5       +9 -8      httpd-docs-1.3/htdocs/manual/misc/FAQ-F.html
  
  Index: FAQ-F.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/FAQ-F.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- FAQ-F.html	2000/04/18 19:43:58	1.4
  +++ FAQ-F.html	2000/09/15 19:44:43	1.5
  @@ -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 19:43:58 $)
  +  $Revision: 1.5 $ ($Date: 2000/09/15 19:44:43 $)
     </P>
     <P>
     The latest version of this FAQ is always available from the main
  @@ -361,13 +361,14 @@
     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