]> granicus.if.org Git - apache/commitdiff
html-o
authordgaudet <dgaudet@unknown>
Thu, 1 May 1997 00:44:48 +0000 (00:44 +0000)
committerdgaudet <dgaudet@unknown>
Thu, 1 May 1997 00:44:48 +0000 (00:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78075 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_access.html

index 8783fdc7f29b029eac7f6ba9193d1cb51b25c613..8d6b02fdf6e034edea0262bac9f6b71ad1298b2e 100644 (file)
@@ -153,9 +153,9 @@ on the deny list are granted access.  (The initial state is irrelevant.)
 
 Example:
 <blockquote><code>
-order deny,allow
-deny from all
-allow from .ncsa.uiuc.edu
+order deny,allow<br>
+deny from all<br>
+allow from .ncsa.uiuc.edu<br>
 </code></blockquote>
 Hosts in the ncsa.uiuc.edu domain are allowed access; all other hosts are
 denied access.