From 382ec74dc76722cf05825b1bcccba5c55d7f9dd6 Mon Sep 17 00:00:00 2001 From: dgaudet Date: Thu, 17 Jul 1997 05:36:08 +0000 Subject: [PATCH] Fix poor html formatting of example. Remove from example since it is a bad thing to suggest. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78647 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_auth_anon.html | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/docs/manual/mod/mod_auth_anon.html b/docs/manual/mod/mod_auth_anon.html index ec03b892899..e542694d5ad 100644 --- a/docs/manual/mod/mod_auth_anon.html +++ b/docs/manual/mod/mod_auth_anon.html @@ -178,8 +178,7 @@ the httpd-log file

Excerpt of access.conf: -

-
+
Anonymous anonymous guest www test welcome

Anonymous_MustGiveEmail on
Anonymous_VerifyEmail on
@@ -189,18 +188,12 @@ Anonymous_LogEmail on
AuthName Use 'anonymous' & Email address for guest entry
AuthType basic

-

-
- Normal Apache/NCSA tokens for access control -

- <limit get post head>
- order deny,allow
- allow from all
-

- require valid-user
- <limit>
-

-
+ +order deny,allow
+allow from all
+

+require valid-user
+


-- 2.47.2