From: Marc Slemko Date: Mon, 11 May 1998 14:51:24 +0000 (+0000) Subject: Fix AllowOverrides --> AllowOverride in docs. X-Git-Tag: APACHE_1_3b7~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e8965cf7b7482639387bc52c37c9ffd947d15be;p=apache Fix AllowOverrides --> AllowOverride in docs. PR: 2213 Obtained from: Submitted by: Thomas Neumann Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81238 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directive-dict.html b/docs/manual/mod/directive-dict.html index 780ac3a627..a4c13e55f5 100644 --- a/docs/manual/mod/directive-dict.html +++ b/docs/manual/mod/directive-dict.html @@ -179,12 +179,12 @@

Overrides are activated by the AllowOverrides + >AllowOverride directive, and apply to a particular scope (such as a directory) and all descendants, unless further modified by other - AllowOverrides directives at lower levels. The + AllowOverride directives at lower levels. The documentation for that directive also lists the possible override names available.

diff --git a/docs/manual/mod/directive-dict.html.en b/docs/manual/mod/directive-dict.html.en index 780ac3a627..a4c13e55f5 100644 --- a/docs/manual/mod/directive-dict.html.en +++ b/docs/manual/mod/directive-dict.html.en @@ -179,12 +179,12 @@

Overrides are activated by the AllowOverrides + >AllowOverride directive, and apply to a particular scope (such as a directory) and all descendants, unless further modified by other - AllowOverrides directives at lower levels. The + AllowOverride directives at lower levels. The documentation for that directive also lists the possible override names available.

diff --git a/docs/manual/sections.html b/docs/manual/sections.html index 3a169be742..b9a5679100 100644 --- a/docs/manual/sections.html +++ b/docs/manual/sections.html @@ -32,7 +32,7 @@ Everything that is syntactically allowed in <Location> (except a sub-<Files> section, but the code doesn't test for that, Lars has an open bug report on that). Semantically however some things, and the most -notable is AllowOverrides, make no sense in +notable is AllowOverride, make no sense in <Location>. The same for <Files> -- syntactically everything is fine, but semantically some things are different. diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en index 3a169be742..b9a5679100 100644 --- a/docs/manual/sections.html.en +++ b/docs/manual/sections.html.en @@ -32,7 +32,7 @@ Everything that is syntactically allowed in <Location> (except a sub-<Files> section, but the code doesn't test for that, Lars has an open bug report on that). Semantically however some things, and the most -notable is AllowOverrides, make no sense in +notable is AllowOverride, make no sense in <Location>. The same for <Files> -- syntactically everything is fine, but semantically some things are different.