From dd01a613adbf8f00e87f9888a93c84ec3ef78456 Mon Sep 17 00:00:00 2001 From: Marc Slemko Date: Wed, 15 Jul 1998 03:04:24 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_auth_anon.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)

    -- 2.40.0