]> granicus.if.org Git - apache/commitdiff
Uhm... forgot require directive...
authorLars Eilebrecht <lars@apache.org>
Sun, 19 Dec 1999 18:46:59 +0000 (18:46 +0000)
committerLars Eilebrecht <lars@apache.org>
Sun, 19 Dec 1999 18:46:59 +0000 (18:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84322 13f79535-47bb-0310-9956-ffa450edef68

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

index 24d81fb1287c6f8f5d9781562c53d3abb3f219e0..9dd02ba0b1df67a17892ed4306bf93f26911e140 100644 (file)
@@ -2393,7 +2393,9 @@ Access controls which are applied in this way are effective for
 desired.</STRONG> If you wish to apply access controls only to
 specific methods, while leaving other methods unprotected, then place
 the <CODE>require</CODE> statement into a <A
-HREF="#limit">&lt;Limit&gt;</A> section<P><HR>
+HREF="#limit">&lt;Limit&gt;</A> section<P>
+<P>See also <A HREF="#satisfy">Satisfy</A> and <A HREF="mod_access.html">mod_access</A>.
+<HR>
 
 <H2><A NAME="resourceconfig">ResourceConfig directive</A></H2>
 <!--%plaintext &lt;?INDEX {\tt ResourceConfig} directive&gt; -->
@@ -2599,7 +2601,8 @@ 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>.
+See also <A HREF="#require">require</A> and 
+<A HREF="mod_access.html">mod_access</A>.
 
 <P><HR>
 
index a0d17ca15e40ba096c0ce0d7d810dd2f0cea2b4f..81c7e8d3dbd689a4763fed77d4dc8b8b44541734 100644 (file)
@@ -29,7 +29,8 @@ hostname or IP address.
 <LI><A HREF="#order">order</A>
 </UL>
 <DL>
-<DD>See also <A HREF="core.html#satisfy">Satisfy</A>.
+<DD>See also <A HREF="core.html#satisfy">Satisfy</A>
+    and <A HREF="core.html#require">require</A>.
 </DL>
 <HR>