From: Jeff Trawick Date: Sun, 11 Jul 2010 00:43:35 +0000 (+0000) Subject: generated docs X-Git-Tag: 2.3.7~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a484fd70077808092a90a36b0b6ce7cb763a3220;p=apache generated docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@962961 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/index.html.en b/docs/manual/developer/index.html.en index 83ddbc26a8..b5c1db7114 100644 --- a/docs/manual/developer/index.html.en +++ b/docs/manual/developer/index.html.en @@ -23,7 +23,7 @@

Many of the documents on these Developer pages are lifted from Apache 1.3's documentation. While they are all being - updated to Apache 2.0, they are in different stages of + updated to Apache 2, they are in different stages of progress. Please be patient, and point out any discrepancies or errors on the developer/ pages directly to the dev@httpd.apache.org mailing list.

@@ -36,14 +36,15 @@

Topics

top
diff --git a/docs/manual/developer/new_api_2_4.xml.meta b/docs/manual/developer/new_api_2_4.xml.meta index fde18204c0..2f75d9a1b5 100644 --- a/docs/manual/developer/new_api_2_4.xml.meta +++ b/docs/manual/developer/new_api_2_4.xml.meta @@ -3,8 +3,8 @@ new_api_2_4 - / - . + /developer/ + .. en diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index 1907e9d068..039678a478 100644 --- a/docs/manual/howto/auth.html.en +++ b/docs/manual/howto/auth.html.en @@ -40,6 +40,7 @@ person in
  • Alternate password storage
  • Using multiple providers
  • Beyond just authorization
  • +
  • Authentication Cacheing
  • More information
  • top
    @@ -68,6 +69,7 @@ module from each group.

  • mod_authn_dbm
  • mod_authn_file
  • mod_authnz_ldap
  • +
  • mod_authn_socache
  • Authorization (see the @@ -591,6 +593,16 @@ person in directives have been moved to the mod_access_compat module.

    +
    top
    +
    +

    Authentication Cacheing

    +

    There may be times when authentication puts an unacceptable load + on a provider or on your network. This is most likely to affect users + of mod_authn_dbd (or third-party/custom providers). + To deal with this, HTTPD 2.3/2.4 introduces a new cacheing provider + mod_authn_socache to cache credentials and reduce + the load on the origin provider(s).

    +

    This may offer a substantial performance boost to some users.

    top

    More information

    diff --git a/docs/manual/howto/auth.xml.ja b/docs/manual/howto/auth.xml.ja index a1678e77dd..4c2680216b 100644 --- a/docs/manual/howto/auth.xml.ja +++ b/docs/manual/howto/auth.xml.ja @@ -1,7 +1,7 @@ - + + + + + - + + + + + + + + + + + + + - +