You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2002/01/03 15:20:52 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_auth_anon.html mod_auth_db.html mod_auth_dbm.html mod_auth_digest.html mod_include.html mod_log_config.html

trawick     02/01/03 06:20:51

  Modified:    .        CHANGES
               docs/manual/mod mod_auth_anon.html mod_auth_db.html
                        mod_auth_dbm.html mod_auth_digest.html
                        mod_include.html mod_log_config.html
  Log:
  Fix the module identifier as shown in the docs for some
  modules.
  
  PR:           #9338
  Submitted by: James Watson <ap...@sowega.org>
  
  Revision  Changes    Path
  1.500     +5 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.499
  retrieving revision 1.500
  diff -u -r1.499 -r1.500
  --- CHANGES	2 Jan 2002 07:56:24 -0000	1.499
  +++ CHANGES	3 Jan 2002 14:20:50 -0000	1.500
  @@ -1,5 +1,10 @@
   Changes with Apache 2.0.30-dev
   
  +  *) Fix the module identifer as shown in the docs for various core
  +     modules (e.g., the identifer for mod_log_config was previously
  +     listed as config_log_module).  PR #9338
  +     [James Watson <ap...@sowega.org>]
  +
     *) Fix LimitRequestBody directive by placing it in the HTTP
        filter.  [Justin Erenkrantz]
   
  
  
  
  1.28      +1 -1      httpd-2.0/docs/manual/mod/mod_auth_anon.html
  
  Index: mod_auth_anon.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_anon.html,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- mod_auth_anon.html	22 Sep 2001 19:36:00 -0000	1.27
  +++ mod_auth_anon.html	3 Jan 2002 14:20:51 -0000	1.28
  @@ -24,7 +24,7 @@
       mod_auth_anon.c<br />
        <a href="module-dict.html#ModuleIdentifier"
       rel="Help"><strong>Module Identifier:</strong></a>
  -    anon_auth_module</p>
  +    auth_anon_module</p>
   
       <h2>Summary</h2>
   
  
  
  
  1.24      +1 -1      httpd-2.0/docs/manual/mod/mod_auth_db.html
  
  Index: mod_auth_db.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_db.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- mod_auth_db.html	22 Sep 2001 19:36:00 -0000	1.23
  +++ mod_auth_db.html	3 Jan 2002 14:20:51 -0000	1.24
  @@ -25,7 +25,7 @@
       mod_auth_db.c<br />
        <a href="module-dict.html#ModuleIdentifier"
       rel="Help"><strong>Module Identifier:</strong></a>
  -    db_auth_module</p>
  +    auth_db_module</p>
   
       <h2>Summary</h2>
   
  
  
  
  1.28      +1 -1      httpd-2.0/docs/manual/mod/mod_auth_dbm.html
  
  Index: mod_auth_dbm.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_dbm.html,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- mod_auth_dbm.html	30 Dec 2001 16:07:09 -0000	1.27
  +++ mod_auth_dbm.html	3 Jan 2002 14:20:51 -0000	1.28
  @@ -25,7 +25,7 @@
       mod_auth_dbm.c<br />
        <a href="module-dict.html#ModuleIdentifier"
       rel="Help"><strong>Module Identifier:</strong></a>
  -    dbm_auth_module</p>
  +    auth_dbm_module</p>
   
       <h2>Summary</h2>
   
  
  
  
  1.10      +1 -1      httpd-2.0/docs/manual/mod/mod_auth_digest.html
  
  Index: mod_auth_digest.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_digest.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- mod_auth_digest.html	2 Oct 2001 20:21:21 -0000	1.9
  +++ mod_auth_digest.html	3 Jan 2002 14:20:51 -0000	1.10
  @@ -25,7 +25,7 @@
       mod_auth_digest.c<br />
        <a href="module-dict.html#ModuleIdentifier"
       rel="Help"><strong>Module Identifier:</strong></a>
  -    digest_auth_module</p>
  +    auth_digest_module</p>
   
       <h2>Summary</h2>
   
  
  
  
  1.45      +1 -1      httpd-2.0/docs/manual/mod/mod_include.html
  
  Index: mod_include.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_include.html,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- mod_include.html	30 Dec 2001 16:07:09 -0000	1.44
  +++ mod_include.html	3 Jan 2002 14:20:51 -0000	1.45
  @@ -24,7 +24,7 @@
       mod_include.c<br />
        <a href="module-dict.html#ModuleIdentifier"
       rel="Help"><strong>Module Identifier:</strong></a>
  -    includes_module</p>
  +    include_module</p>
   
       <h2>Summary</h2>
   
  
  
  
  1.54      +1 -1      httpd-2.0/docs/manual/mod/mod_log_config.html
  
  Index: mod_log_config.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_log_config.html,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- mod_log_config.html	19 Oct 2001 05:53:53 -0000	1.53
  +++ mod_log_config.html	3 Jan 2002 14:20:51 -0000	1.54
  @@ -26,7 +26,7 @@
       mod_log_config.c<br />
        <a href="module-dict.html#ModuleIdentifier"
       rel="Help"><strong>Module Identifier:</strong></a>
  -    config_log_module</p>
  +    log_config_module</p>
   
       <h2>Summary</h2>