You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1998/09/09 18:01:05 UTC

cvs commit: apache-1.3/htdocs/manual/misc FAQ.html

marc        98/09/09 09:01:05

  Modified:    htdocs/manual/misc FAQ.html
  Log:
  Be explicit about the obvious; "if you enable SSIs for a directory
  tree the setting only applies to that directory tree!"
  
  Revision  Changes    Path
  1.127     +16 -1     apache-1.3/htdocs/manual/misc/FAQ.html
  
  Index: FAQ.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/misc/FAQ.html,v
  retrieving revision 1.126
  retrieving revision 1.127
  diff -u -r1.126 -r1.127
  --- FAQ.html	1998/08/06 20:46:12	1.126
  +++ FAQ.html	1998/09/09 16:01:03	1.127
  @@ -14,7 +14,7 @@
     <!--#include virtual="header.html" -->
     <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
     <P>
  -  $Revision: 1.126 $ ($Date: 1998/08/06 20:46:12 $)
  +  $Revision: 1.127 $ ($Date: 1998/09/09 16:01:03 $)
     </P>
     <P>
     The latest version of this FAQ is always available from the main
  @@ -126,6 +126,9 @@
      </LI>
      <LI><A HREF="#ssi-part-iii">How can I have my script output parsed?</A>
      </LI>
  +   <LI><A HREF="#ssi-part-iv">SSIs don't work for VirtualHosts and/or 
  +        user home directories</A>
  +   </LI>
      <LI><A HREF="#proxy">Does or will Apache act as a Proxy server?</A>
      </LI>
      <LI><A HREF="#multiviews">What are &quot;multiviews&quot;?</A>
  @@ -829,6 +832,18 @@
     release after 1.3.
     </P>
     <HR>
  + </LI>
  +
  + <LI><A NAME="ssi-part-iv">
  +      <STRONG>SSIs don't work for VirtualHosts and/or 
  +        user home directories.</STRONG>
  +     </A>
  +  <P>
  +  This is almost always due to having some setting in your config file that
  +  sets "Options Includes" or some other setting for your DocumentRoot
  +  but not for other directories.  If you set it inside a Directory
  +  section, then that setting will only apply to that directory.  
  +  </P>
    </LI>
   
    <LI><A NAME="proxy">