Commit f29ef3ba authored by Marc Slemko's avatar Marc Slemko
Browse files

Addresses specified for mod_log_anon are logged in the error log,

not the "httpd-log".

PR: 2610
Obtained from:
Submitted by:	Ron Klatchko <ron@ckm.ucsf.edu>
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81739 13f79535-47bb-0310-9956-ffa450edef68
parent 0757ff86
Loading
Loading
Loading
Loading
+2 −2
Changes for docs/manual/mod/mod_auth_anon.html: 2 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ allows users to share URLs.
><STRONG>Module:</STRONG></A> mod_auth_anon<P>

        When set 'on', the default, the 'password' entered (which hopefully
        contains a sensible email address) is logged in the httpd-log file.
        contains a sensible email address) is logged in the error log.
<HR>

<H2><A NAME="MustGiveEmail">Anonymous_MustGiveEmail directive</A></H2>
@@ -282,7 +282,7 @@ The userID must be one of <CODE>anonymous guest www test welcome</CODE>
and comparison is <STRONG>not</STRONG> case sensitive.
<LI>
And the Email addresses entered in the passwd field are logged to
the httpd-log file
the error log file
(<CODE>Anonymous_LogEmail</CODE>)
</UL>
<P>