]> granicus.if.org Git - apache/commitdiff
Clarify a little how options work.
authorJoshua Slive <slive@apache.org>
Wed, 28 Nov 2001 19:19:49 +0000 (19:19 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 28 Nov 2001 19:19:49 +0000 (19:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92222 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/ssi.html.en

index 3e74c72bcf7e0d65cffe73c2c2b150c12adc73b4..812f0c683b4d0dfb6321cb22af7489b07e7277d6 100644 (file)
 </pre>
 
     <p>This tells Apache that you want to permit files to be parsed
-    for SSI directives.</p>
+    for SSI directives.  Note that most configurations contain
+    multiple <a href="../mod/core.html#options">Options</a> directives
+    that can override each other.  You will probably need to apply the
+    <code>Options</code> to the specific directory where you want SSI
+    enabled in order to assure that it gets evaluated last.</p>
 
     <p>Not just any file is parsed for SSI directives. You have to
     tell Apache which files should be parsed. There are two ways to