From 8042f298f40eb28998d064ae125c4c3cfd15282b Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Wed, 19 Sep 2012 16:12:31 +0000 Subject: [PATCH] backport some version-"wrongnesses"/confusions from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1387659 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/install.xml | 2 +- docs/manual/mod/mod_authn_dbd.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/install.xml b/docs/manual/install.xml index 630d64e664..e447aee841 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -361,7 +361,7 @@ $ tar xvf httpd-NN.tar

The first step in upgrading is to read the release announcement and the file CHANGES in the source distribution to find any changes that may affect your site. When changing between - major releases (for example, from 2.0 to 2.2 or from 2.2 to 2.3), + major releases (for example, from 2.0 to 2.2 or from 2.2 to 2.4), there will likely be major differences in the compile-time and run-time configuration that will require manual adjustments. All modules will also need to be upgraded to accommodate changes in the diff --git a/docs/manual/mod/mod_authn_dbd.xml b/docs/manual/mod/mod_authn_dbd.xml index fcb75fc1d6..5cf4dd2ee8 100644 --- a/docs/manual/mod/mod_authn_dbd.xml +++ b/docs/manual/mod/mod_authn_dbd.xml @@ -60,7 +60,7 @@

Performance and Cacheing -

Some users of DBD authentication in HTTPD 2.2 have reported that it +

Some users of DBD authentication in HTTPD 2.2/2.4 have reported that it imposes a problematic load on the database. This is most likely where an HTML page contains hundreds of objects (e.g. images, scripts, etc) each of which requires authentication. Users affected (or concerned) -- 2.40.0