lars 99/12/19 10:47:00
Modified: htdocs/manual/mod core.html mod_access.html Log: Uhm... forgot require directive... Revision Changes Path 1.158 +5 -2 apache-1.3/htdocs/manual/mod/core.html Index: core.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/core.html,v retrieving revision 1.157 retrieving revision 1.158 diff -u -r1.157 -r1.158 --- core.html 1999/12/19 17:33:14 1.157 +++ core.html 1999/12/19 18:46:59 1.158 @@ -2393,7 +2393,9 @@ 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"><Limit></A> section<P><HR> +HREF="#limit"><Limit></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 <?INDEX {\tt ResourceConfig} directive> --> @@ -2599,7 +2601,8 @@ 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> 1.20 +2 -1 apache-1.3/htdocs/manual/mod/mod_access.html Index: mod_access.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_access.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- mod_access.html 1999/12/19 17:33:14 1.19 +++ mod_access.html 1999/12/19 18:46:59 1.20 @@ -29,7 +29,8 @@ <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>