You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/09/19 18:12:32 UTC

svn commit: r1387659 - in /httpd/httpd/branches/2.4.x/docs/manual: install.xml mod/mod_authn_dbd.xml

Author: humbedooh
Date: Wed Sep 19 16:12:31 2012
New Revision: 1387659

URL: http://svn.apache.org/viewvc?rev=1387659&view=rev
Log:
backport some version-"wrongnesses"/confusions from trunk.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/install.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_dbd.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/install.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/install.xml?rev=1387659&r1=1387658&r2=1387659&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/install.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/install.xml Wed Sep 19 16:12:31 2012
@@ -361,7 +361,7 @@ $ tar xvf httpd-<em>NN</em>.tar
     <p>The first step in upgrading is to read the release announcement
     and the file <code>CHANGES</code> 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

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_dbd.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_dbd.xml?rev=1387659&r1=1387658&r2=1387659&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_dbd.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_dbd.xml Wed Sep 19 16:12:31 2012
@@ -60,7 +60,7 @@
 
 <section id="socache">
 <title>Performance and Cacheing</title>
-<p>Some users of DBD authentication in HTTPD 2.2 have reported that it
+<p>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)