summaryrefslogtreecommitdiff
path: root/docs/manual/mod
diff options
context:
space:
mode:
authorDirk-Willem van Gulik <dirkx@apache.org>1999-08-05 10:33:36 +0000
committerDirk-Willem van Gulik <dirkx@apache.org>1999-08-05 10:33:36 +0000
commitae7b890e992b62d28488aef1118a7c0f5a7e5e92 (patch)
tree708b1c96d1c9c5d0b5ad7c7d7b44698c9db91d44 /docs/manual/mod
parentcf6470e83fb5d1121a3b4743c6ec71d9c7a58b97 (diff)
downloadhttpd-ae7b890e992b62d28488aef1118a7c0f5a7e5e92.tar.gz
From Joshua's msg,
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
Diffstat (limited to 'docs/manual/mod')
-rw-r--r--docs/manual/mod/directive-dict.html7
-rw-r--r--docs/manual/mod/directive-dict.html.en7
2 files changed, 10 insertions, 4 deletions
diff --git a/docs/manual/mod/directive-dict.html b/docs/manual/mod/directive-dict.html
index a4c13e55f5..03a9c3f67e 100644
--- a/docs/manual/mod/directive-dict.html
+++ b/docs/manual/mod/directive-dict.html
@@ -128,8 +128,11 @@
<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>
diff --git a/docs/manual/mod/directive-dict.html.en b/docs/manual/mod/directive-dict.html.en
index a4c13e55f5..03a9c3f67e 100644
--- a/docs/manual/mod/directive-dict.html.en
+++ b/docs/manual/mod/directive-dict.html.en
@@ -128,8 +128,11 @@
<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>