]> granicus.if.org Git - apache/commitdiff
Addresses specified for mod_log_anon are logged in the error log,
authorMarc Slemko <marc@apache.org>
Wed, 15 Jul 1998 03:04:24 +0000 (03:04 +0000)
committerMarc Slemko <marc@apache.org>
Wed, 15 Jul 1998 03:04:24 +0000 (03:04 +0000)
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

docs/manual/mod/mod_auth_anon.html

index 3ab8b2cef25b0bce91c0f2aceb1163e9db160284..479c26573708e08cdfdcf41f8708e6f51377fc1f 100644 (file)
@@ -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>