]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
From Joshua's msg,
authorDirk-Willem van Gulik <dirkx@apache.org>
Thu, 5 Aug 1999 10:33:36 +0000 (10:33 +0000)
committerDirk-Willem van Gulik <dirkx@apache.org>
Thu, 5 Aug 1999 10:33:36 +0000 (10:33 +0000)
Here's a little patch to correct an omission that seems to cause
occasional confusion: Context: Directory actually means Context:
Directory, Location, Files except for specific exceptions.

Obtained from:
Submitted by: Joshua Slive <slive@finance.commerce.ubc.ca>
Reviewed by: dirkx

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

docs/manual/mod/directive-dict.html
docs/manual/mod/directive-dict.html.en

index a4c13e55f5b7a3990ad97fe6a240b84b4d1dab21..03a9c3f67e9e47d0bc54ef8d103411ea91492fc4 100644 (file)
    <DT><STRONG>directory</STRONG>
    </DT>
    <DD>A directive marked as being valid in this context may be used
-    inside <SAMP>&lt;Directory&gt;</SAMP> containers in the server
-    configuration files.
+    inside <SAMP>&lt;Directory&gt;</SAMP>,
+    <SAMP>&lt;Location&gt;</SAMP>, and <SAMP>&lt;Files&gt;</SAMP>
+    containers in the server configuration files, subject to the
+    restrictions outlined in <A HREF="../sections.html">How Directory,
+    Location and Files sections work</A>.
     <P>
     </P>
    </DD>
index a4c13e55f5b7a3990ad97fe6a240b84b4d1dab21..03a9c3f67e9e47d0bc54ef8d103411ea91492fc4 100644 (file)
    <DT><STRONG>directory</STRONG>
    </DT>
    <DD>A directive marked as being valid in this context may be used
-    inside <SAMP>&lt;Directory&gt;</SAMP> containers in the server
-    configuration files.
+    inside <SAMP>&lt;Directory&gt;</SAMP>,
+    <SAMP>&lt;Location&gt;</SAMP>, and <SAMP>&lt;Files&gt;</SAMP>
+    containers in the server configuration files, subject to the
+    restrictions outlined in <A HREF="../sections.html">How Directory,
+    Location and Files sections work</A>.
     <P>
     </P>
    </DD>