From 15bd75891fa530b33853a9c99dbedf594a682399 Mon Sep 17 00:00:00 2001 From: Marc Slemko Date: Wed, 9 Sep 1998 16:01:03 +0000 Subject: [PATCH] Be explicit about the obvious; "if you enable SSIs for a directory 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 | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index 0cfe9c2f7c..f69907fbf3 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -14,7 +14,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.126 $ ($Date: 1998/08/06 20:46:12 $) + $Revision: 1.127 $ ($Date: 1998/09/09 16:01:03 $)

The latest version of this FAQ is always available from the main @@ -126,6 +126,9 @@

  • How can I have my script output parsed?
  • +
  • SSIs don't work for VirtualHosts and/or + user home directories +
  • Does or will Apache act as a Proxy server?
  • What are "multiviews"? @@ -831,6 +834,18 @@
  • +
  • + SSIs don't work for VirtualHosts and/or + user home directories. + +

    + 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. +

    +
  • +
  • Does or will Apache act as a Proxy server? -- 2.40.0