Received: (from majordom@localhost) by hyperreal.org (8.8.5/8.8.5) id FAA10238; Fri, 22 Aug 1997 05:23:10 -0700 (PDT) Received: from thoth.mch.sni.de (thoth.mch.sni.de [192.35.17.2]) by hyperreal.org (8.8.5/8.8.5) with ESMTP id FAA10232 for ; Fri, 22 Aug 1997 05:23:03 -0700 (PDT) Received: from deejai.mch.sni.de (deejai.mch.sni.de [139.25.113.10]) by thoth.mch.sni.de (8.8.6/8.8.6) with ESMTP id OAA06438 for ; Fri, 22 Aug 1997 14:23:01 +0200 (MDT) Received: (from martin@localhost) by deejai.mch.sni.de (8.8.5/8.8.5) id OAA07934 for new-httpd@apache.org; Fri, 22 Aug 1997 14:22:58 +0200 (MET DST) From: Martin Kraemer Message-Id: <199708221222.OAA07934@deejai.mch.sni.de> Subject: [DOC] mod_auth_anon.html To: new-httpd@apache.org (Apache Mailing List) Date: Fri, 22 Aug 1997 14:22:54 +0200 (MET DST) X-Face: %0^)uynSVIl4|'Kt4&K^"0e)QSD,RsmBJzgofk.'s$\bu*4XXru?d/!|;"x{U(7#3z+wm^siToy]g3L'd1j`@kGb^4*CzYI-(.)ldeS8,G,X?Nko X-Operating-System: SINIX-D 5.41 C1001 X-Organization: Siemens-Nixdorf Informationssysteme AG (Muenchen, W.Germany) X-Phone: +49-89-636-46021 X-Fax: +49-89-636-44994 X-Disclaimer: THE COMMENTS CONTAINED IN THIS MESSAGE REFLECT THE VIEWS OF THE WRITER AND ARE NOT NECESSARILY THE VIEWS OF SIEMENS NIXDORF AG X-No-Junk-Mail: I do not want to get *any* junk mail. X-Mailer: ELM [version 2.4ME+ PL19 (25)] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=ELM872252573-5828-0_ Content-Transfer-Encoding: 7bit Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org --ELM872252573-5828-0_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Some patches to manual/mod/mod_auth_anon.html * to make the overall appearance more consistent ("Default: off" vs. "Default: off") * to fix wrong directive name ("Syntax: Anonymous" in description for "Anonymous_VerifyEmail" directive) Martin -- | S I E M E N S | | Siemens Nixdorf | ------------- | Voice: +49-89-636-46021 | Informationssysteme AG | N I X D O R F | FAX: +49-89-636-44994 | 81730 Munich, Germany ~~~~~~~~~~~~~~~~My opinions only, of course; pgp key available on request --ELM872252573-5828-0_ Content-Type: text/plain; charset=US-ASCII Content-Disposition: attachment; filename=mod_auth_anon.patch Content-Description: [DOC_PATCH] mod_auth_anon.html Content-Transfer-Encoding: 7bit Index: mod/mod_auth_anon.html =================================================================== RCS file: /home/cvs/apachen/htdocs/manual/mod/mod_auth_anon.html,v retrieving revision 1.3.0.1 diff -u -r1.3.0.1 mod_auth_anon.html --- mod_auth_anon.html 1997/08/21 11:58:35 1.3.0.1 +++ mod_auth_anon.html 1997/08/22 12:14:22 @@ -101,7 +101,7 @@

Anonymous_LogEmail directive

Syntax: Anonymous_LogEmail on | off
-Default: off
+Default: Anonymous_LogEmail off
Context: directory, .htaccess
Override: AuthConfig
Status: Extension
@@ -114,7 +114,7 @@

Anonymous_MustGiveEmail directive

Syntax: Anonymous_MustGiveEmail on | off
-Default: off
+Default: Anonymous_MustGiveEmail off
Context: directory, .htaccess
Override: AuthConfig
Status: Extension
@@ -141,7 +141,7 @@

Anonymous_VerifyEmail directive

-Syntax: Anonymous on | off
+Syntax: Anonymous_VerifyEmail on | off
Default: Anonymous_VerifyEmail off
Context: directory, .htaccess
Override: AuthConfig
--ELM872252573-5828-0_--