]> granicus.if.org Git - apache/commitdiff
Add some links.
authorLars Eilebrecht <lars@apache.org>
Sun, 19 Dec 1999 17:33:14 +0000 (17:33 +0000)
committerLars Eilebrecht <lars@apache.org>
Sun, 19 Dec 1999 17:33:14 +0000 (17:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84320 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html
docs/manual/mod/mod_access.html

index 801589e92fa69389df8ee7876a013c3a6af38f11..24d81fb1287c6f8f5d9781562c53d3abb3f219e0 100644 (file)
@@ -2598,7 +2598,8 @@ password. With the "any" option the client will be granted access if
 they either pass the host restriction or enter a valid username and
 password. This can be used to password restrict an area, but to let
 clients from particular addresses in without prompting for a password.
-
+<P>
+See also <A HREF="mod_access.html">mod_access</A>.
 
 <P><HR>
 
index 82cd71c69f6d450bf61204dc7ec2ee9dabd7c1dd..a0d17ca15e40ba096c0ce0d7d810dd2f0cea2b4f 100644 (file)
@@ -28,6 +28,9 @@ hostname or IP address.
 <LI><A HREF="#denyfromenv">deny from env=</A>
 <LI><A HREF="#order">order</A>
 </UL>
+<DL>
+<DD>See also <A HREF="core.html#satisfy">Satisfy</A>.
+</DL>
 <HR>