From: Rich Bowen Date: Thu, 3 May 2012 14:16:39 +0000 (+0000) Subject: Mention that authnprovideralias isn't in mod_authn_alias any more. X-Git-Tag: 2.5.0-alpha~6913 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=652eeb80f2170f1f4776e0e91484477cd67c2b2d;p=thirdparty%2Fapache%2Fhttpd.git Mention that authnprovideralias isn't in mod_authn_alias any more. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1333469 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en index 38d97393a81..2e23ddb775c 100644 --- a/docs/manual/upgrading.html.en +++ b/docs/manual/upgrading.html.en @@ -308,6 +308,11 @@ Allow from example.org enabled for the directory containing the error documents. +
  • The functionality provided by mod_authn_alias + in previous versions (i.e., the AuthnProviderAlias directive) + has been moved into mod_authn_core. +
  • +
    top
    diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml index 4fb925c9603..aff4fb1086e 100644 --- a/docs/manual/upgrading.xml +++ b/docs/manual/upgrading.xml @@ -334,6 +334,12 @@ Allow from example.org enabled for the directory containing the error documents. +
  • The functionality provided by mod_authn_alias + in previous versions (i.e., the AuthnProviderAlias directive) + has been moved into mod_authn_core. +
  • +