From: dgaudet Date: Thu, 1 May 1997 00:44:48 +0000 (+0000) Subject: html-o X-Git-Tag: APACHE_1_2b11~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd4da6a377fd9d4ad9208cf342a7477637ddc681;p=apache html-o git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78075 13f79535-47bb-0310-9956-ffa450edef68 --- 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.