diff options
author | dgaudet <dgaudet@unknown> | 1997-05-01 00:44:48 +0000 |
---|---|---|
committer | dgaudet <dgaudet@unknown> | 1997-05-01 00:44:48 +0000 |
commit | dd4da6a377fd9d4ad9208cf342a7477637ddc681 (patch) | |
tree | fee51c0eead6eea8e9e9fb6d910ffc1918a08a28 | |
parent | 9f009eabfe6e554a1955c31b1a53a76b6163fd32 (diff) | |
download | httpd-dd4da6a377fd9d4ad9208cf342a7477637ddc681.tar.gz |
html-o
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78075 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/mod_access.html | 6 |
1 files 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: <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. |