You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Marc Slemko <ma...@hyperreal.com> on 1997/02/15 23:28:00 UTC

cvs commit: apache/htdocs/manual/mod directives.html mod_auth_anon.html mod_auth_msql.html mod_log_config.html

marc        97/02/15 14:28:00

  Modified:    htdocs/manual/mod  directives.html mod_auth_anon.html
                        mod_auth_msql.html  mod_log_config.html
  Log:
  Fix spelling of 'authorative' to 'authoritative' and typo in
  mod_log_config.
  
  Submitted by: Hubert Lin <hu...@mesun.me.ncu.edu.tw>
  
  Revision  Changes    Path
  1.14      +1 -1      apache/htdocs/manual/mod/directives.html
  
  Index: directives.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/directives.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -C3 -r1.13 -r1.14
  *** directives.html	1997/02/07 09:14:17	1.13
  --- directives.html	1997/02/15 22:27:57	1.14
  ***************
  *** 29,35 ****
    <li><A HREF="mod_auth_anon.html#LogEmail">Anonymous_LogEmail</A>
    <li><A HREF="mod_auth_anon.html#VerifyEmail">Anonymous_VerifyEmail</A>
    <li><A HREF="mod_auth_anon.html#NoUser">Anonymous_NoUser</A>
  ! <li><A HREF="mod_auth_anon.html#Authorative">Anonymous_Authorative</A>
    <li><A HREF="mod_auth.html#authauthoritative">AuthAuthoritative</A>
    <li><A HREF="mod_auth_db.html#authdbauthoritative">AuthDBAuthoritative</A>
    <li><A HREF="mod_auth_db.html#authdbgroupfile">AuthDBGroupFile</A>
  --- 29,35 ----
    <li><A HREF="mod_auth_anon.html#LogEmail">Anonymous_LogEmail</A>
    <li><A HREF="mod_auth_anon.html#VerifyEmail">Anonymous_VerifyEmail</A>
    <li><A HREF="mod_auth_anon.html#NoUser">Anonymous_NoUser</A>
  ! <li><A HREF="mod_auth_anon.html#Authoritative">Anonymous_Authoritative</A>
    <li><A HREF="mod_auth.html#authauthoritative">AuthAuthoritative</A>
    <li><A HREF="mod_auth_db.html#authdbauthoritative">AuthDBAuthoritative</A>
    <li><A HREF="mod_auth_db.html#authdbgroupfile">AuthDBGroupFile</A>
  
  
  
  1.4       +2 -2      apache/htdocs/manual/mod/mod_auth_anon.html
  
  Index: mod_auth_anon.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_auth_anon.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** mod_auth_anon.html	1996/12/02 18:14:01	1.3
  --- mod_auth_anon.html	1997/02/15 22:27:57	1.4
  ***************
  *** 81,87 ****
    </dd>
    
    <code><dt>
  ! <a name="Authorative">Anonymous_Authorative &lt; on | off &gt</a>
    </code></dt><dd>
            Default is 'off'. When set 'on', there is no
            fall-through to other authorization methods. So if a
  --- 81,87 ----
    </dd>
    
    <code><dt>
  ! <a name="Authoritative">Anonymous_Authoritative &lt; on | off &gt</a>
    </code></dt><dd>
            Default is 'off'. When set 'on', there is no
            fall-through to other authorization methods. So if a
  ***************
  *** 162,168 ****
        </dd>
    <dt>Version 0.5<br></dt>
        <dd>Added 'VerifyEmail' and 'LogEmail' options. Multiple
  ! 	'anonymous' tokens allowed. more docs. Added Authorative
    	functionality.
        </dd>
    </dl>
  --- 162,168 ----
        </dd>
    <dt>Version 0.5<br></dt>
        <dd>Added 'VerifyEmail' and 'LogEmail' options. Multiple
  ! 	'anonymous' tokens allowed. more docs. Added Authoritative
    	functionality.
        </dd>
    </dl>
  
  
  
  1.4       +4 -4      apache/htdocs/manual/mod/mod_auth_msql.html
  
  Index: mod_auth_msql.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_auth_msql.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** mod_auth_msql.html	1996/12/02 18:14:02	1.3
  --- mod_auth_msql.html	1997/02/15 22:27:58	1.4
  ***************
  *** 52,58 ****
            Normally this table is compulsory, but it is
            possible to use a fall-through to other methods
            and use the mSQL module for group control only.
  !         See the <a href="#Authorative"><code>Auth_MSQL_Authorative</code></a>
            directive below.
    </dd>
    
  --- 52,58 ----
            Normally this table is compulsory, but it is
            possible to use a fall-through to other methods
            and use the mSQL module for group control only.
  !         See the <a href="#Authoritative"><code>Auth_MSQL_Authoritative</code></a>
            directive below.
    </dd>
    
  ***************
  *** 109,115 ****
    </dd>
    
    <code><dt>
  ! <a name="Authorative">Auth_MSQL_Authorative &lt; on | off &gt</a>
    </code></dt><dd>
            Default is 'on'. When set 'on', there is no
            fall-through to other authorization methods. So if a
  --- 109,115 ----
    </dd>
    
    <code><dt>
  ! <a name="Authoritative">Auth_MSQL_Authoritative &lt; on | off &gt</a>
    </code></dt><dd>
            Default is 'on'. When set 'on', there is no
            fall-through to other authorization methods. So if a
  ***************
  *** 239,245 ****
    
    <code><dt>
    Auth_MSQL_nopasswd           off <br>
  ! Auth_MSQL_Authorative        on  <br>
    Auth_MSQL_EncryptedPasswords on  <br>
    </code></dt><dd>
                    These three optional fields (all set to the sensible defaults,
  --- 239,245 ----
    
    <code><dt>
    Auth_MSQL_nopasswd           off <br>
  ! Auth_MSQL_Authoritative        on  <br>
    Auth_MSQL_EncryptedPasswords on  <br>
    </code></dt><dd>
                    These three optional fields (all set to the sensible defaults,
  ***************
  *** 415,421 ****
            spotting this one.
        </dd>
    <dt>Version 0.8<br></dt>
  !     <dd>Authorative directive added. See above.
        </dd>
    <dt>Version 0.9<br></dt>
        <dd><code>palloc</code> return code check(s), should be
  --- 415,421 ----
            spotting this one.
        </dd>
    <dt>Version 0.8<br></dt>
  !     <dd>Authoritative directive added. See above.
        </dd>
    <dt>Version 0.9<br></dt>
        <dd><code>palloc</code> return code check(s), should be
  
  
  
  1.12      +1 -1      apache/htdocs/manual/mod/mod_log_config.html
  
  Index: mod_log_config.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_log_config.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -C3 -r1.11 -r1.12
  *** mod_log_config.html	1997/02/03 01:09:11	1.11
  --- mod_log_config.html	1997/02/15 22:27:58	1.12
  ***************
  *** 103,109 ****
    %...f:          Filename
    %...h:          Remote host
    %...{Foobar}i:  The contents of Foobar: header line(s) in the request
  !                 sent to the client.
    %...l:          Remote logname (from identd, if supplied)
    %...{Foobar}n:  The contents of note "Foobar" from another module.
    %...{Foobar}o:  The contents of Foobar: header line(s) in the reply.
  --- 103,109 ----
    %...f:          Filename
    %...h:          Remote host
    %...{Foobar}i:  The contents of Foobar: header line(s) in the request
  !                 sent to the server.
    %...l:          Remote logname (from identd, if supplied)
    %...{Foobar}n:  The contents of note "Foobar" from another module.
    %...{Foobar}o:  The contents of Foobar: header line(s) in the reply.