From dd4da6a377fd9d4ad9208cf342a7477637ddc681 Mon Sep 17 00:00:00 2001 From: dgaudet Date: Thu, 1 May 1997 00:44:48 +0000 Subject: [PATCH] html-o git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78075 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_access.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_access.html b/docs/manual/mod/mod_access.html index 8783fdc7f2..8d6b02fdf6 100644 --- a/docs/manual/mod/mod_access.html +++ b/docs/manual/mod/mod_access.html @@ -153,9 +153,9 @@ on the deny list are granted access. (The initial state is irrelevant.) Example:
-order deny,allow -deny from all -allow from .ncsa.uiuc.edu +order deny,allow
+deny from all
+allow from .ncsa.uiuc.edu
Hosts in the ncsa.uiuc.edu domain are allowed access; all other hosts are denied access. -- 2.50.1