marc 98/07/14 20:04:24
Modified: htdocs/manual/mod mod_auth_anon.html
Log:
Addresses specified for mod_log_anon are logged in the error log,
not the "httpd-log".
PR: 2610
Submitted by: Ron Klatchko <[EMAIL PROTECTED]>
Revision Changes Path
1.20 +2 -2 apache-1.3/htdocs/manual/mod/mod_auth_anon.html
Index: mod_auth_anon.html
===================================================================
RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_auth_anon.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- mod_auth_anon.html 1998/05/20 14:12:53 1.19
+++ mod_auth_anon.html 1998/07/15 03:04:24 1.20
@@ -162,7 +162,7 @@
><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 @@
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>