diff options
author | Dirk-Willem van Gulik <dirkx@apache.org> | 1999-08-05 12:33:36 +0200 |
---|---|---|
committer | Dirk-Willem van Gulik <dirkx@apache.org> | 1999-08-05 12:33:36 +0200 |
commit | ae7b890e992b62d28488aef1118a7c0f5a7e5e92 (patch) | |
tree | 708b1c96d1c9c5d0b5ad7c7d7b44698c9db91d44 /docs/manual/mod/directive-dict.html.en | |
parent | Attempt to close pr 4808 Can you mention htpassword in the mod_auth documenta... (diff) | |
download | apache2-ae7b890e992b62d28488aef1118a7c0f5a7e5e92.tar.xz apache2-ae7b890e992b62d28488aef1118a7c0f5a7e5e92.zip |
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/directive-dict.html.en')
-rw-r--r-- | docs/manual/mod/directive-dict.html.en | 7 |
1 files changed, 5 insertions, 2 deletions
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><Directory></SAMP> containers in the server - configuration files. + inside <SAMP><Directory></SAMP>, + <SAMP><Location></SAMP>, and <SAMP><Files></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> |