You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2002/04/26 21:02:19 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_auth_anon.html

rbowen      02/04/26 12:02:19

  Modified:    htdocs/manual/mod mod_auth_anon.html
  Log:
  Further clarify the docs for Anonymous_LogEmail, which only logs the
  email address if the LogLevel is turned all the way up to info.
  Submitted by: Morbus on #apache, with assistance by quasi
  
  Revision  Changes    Path
  1.31      +10 -1     httpd-docs-1.3/htdocs/manual/mod/mod_auth_anon.html
  
  Index: mod_auth_anon.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_auth_anon.html,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- mod_auth_anon.html	11 Nov 2001 03:24:01 -0000	1.30
  +++ mod_auth_anon.html	26 Apr 2002 19:02:19 -0000	1.31
  @@ -199,7 +199,16 @@
   
       <p>When set 'on', the default, the 'password' entered (which
       hopefully contains a sensible email address) is logged in the
  -    error log.</p>
  +    error log. The message is logged at a level of <code>info</code>,
  +    and so you must have <a href="core.html#loglevel">LogLevel</a> set
  +    to at least <code>info</code> in order to see this message.</p>
  +
  +    <p>Log entries will look like the following example:</p>
  +
  +    <pre>
  +[Fri Apr 26 14:49:50 2002] [info] [client 192.168.1.105] Anonymous: Passwd <us...@example.com> Accepted
  +</pre>
  +
       <hr />
   
       <h2><a id="MustGiveEmail"