]> granicus.if.org Git - apache/commitdiff
Be explicit about the obvious; "if you enable SSIs for a directory
authorMarc Slemko <marc@apache.org>
Wed, 9 Sep 1998 16:01:03 +0000 (16:01 +0000)
committerMarc Slemko <marc@apache.org>
Wed, 9 Sep 1998 16:01:03 +0000 (16:01 +0000)
tree the setting only applies to that directory tree!"

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82018 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/FAQ.html

index 0cfe9c2f7c358ebcd5891a049702eab30de15d3d..f69907fbf34038083e9deb10899400413e7b4961 100644 (file)
@@ -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
    </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>
   <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">
       <STRONG>Does or will Apache act as a Proxy server?</STRONG>
      </A>