dgaudet 97/04/30 17:44:49
Modified: htdocs/manual/mod mod_access.html
Log:
html-o
Revision Changes Path
1.5 +3 -3 apache/htdocs/manual/mod/mod_access.html
Index: mod_access.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_access.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C3 -r1.4 -r1.5
*** mod_access.html 1997/04/24 11:25:11 1.4
--- mod_access.html 1997/05/01 00:44:48 1.5
***************
*** 153,161 ****
Example:
<blockquote><code>
! order deny,allow
! deny from all
! allow from .ncsa.uiuc.edu
</code></blockquote>
Hosts in the ncsa.uiuc.edu domain are allowed access; all other hosts are
denied access.
--- 153,161 ----
Example:
<blockquote><code>
! 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.