]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove the "virtual host" context from the AuthnProviderAlias directive documentation
authorBradley Nicholes <bnicholes@apache.org>
Tue, 14 Nov 2006 22:28:21 +0000 (22:28 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 14 Nov 2006 22:28:21 +0000 (22:28 +0000)
Submitted by: Vicent Bray < noodlet gmail com >

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@475023 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authn_alias.xml

index 2a54c52cfb383dbaaaa0ba3080606149156be852..3d22348514be5d989e0a7f06e0f0e0a4d2539e57 100644 (file)
@@ -77,7 +77,7 @@
          AuthType Basic<br />
          AuthName LDAP_Protected_Place<br />
          AuthzLDAPAuthoritative off<br />
-         require valid-user<br />
+         Require valid-user<br />
       </indent>
       &lt;/Directory&gt;<br />
     </example>
@@ -90,7 +90,7 @@ extension of a base authentication provider and referenced by
 the specified alias</description>
 <syntax>&lt;AuthnProviderAlias <var>baseProvider Alias</var>&gt;
 ... &lt;/AuthnProviderAlias&gt;</syntax>
-<contextlist><context>server config</context><context>virtual host</context>
+<contextlist><context>server config</context>
 </contextlist>
 
 <usage>