From: Marc Slemko Date: Wed, 15 Jul 1998 03:04:24 +0000 (+0000) Subject: Addresses specified for mod_log_anon are logged in the error log, X-Git-Tag: 1.3.1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd01a613adbf8f00e87f9888a93c84ec3ef78456;p=apache Addresses specified for mod_log_anon are logged in the error log, not the "httpd-log". PR: 2610 Obtained from: Submitted by: Ron Klatchko Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81739 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_auth_anon.html b/docs/manual/mod/mod_auth_anon.html index 3ab8b2cef2..479c265737 100644 --- a/docs/manual/mod/mod_auth_anon.html +++ b/docs/manual/mod/mod_auth_anon.html @@ -162,7 +162,7 @@ allows users to share URLs. >Module: mod_auth_anon

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.


Anonymous_MustGiveEmail directive

@@ -282,7 +282,7 @@ The userID must be one of anonymous guest www test welcome and comparison is not case sensitive.
  • And the Email addresses entered in the passwd field are logged to -the httpd-log file +the error log file (Anonymous_LogEmail)