From f203aebe75822b02c199e7a5f81db1946fefb4a5 Mon Sep 17 00:00:00 2001 From: Richard Bowen Date: Thu, 3 May 2012 14:16:39 +0000 Subject: [PATCH] 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 --- docs/manual/upgrading.html.en | 5 +++++ docs/manual/upgrading.xml | 6 ++++++ 2 files changed, 11 insertions(+) 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. +
  • + -- 2.47.3