From: Lars Eilebrecht Date: Sun, 19 Dec 1999 18:46:59 +0000 (+0000) Subject: Uhm... forgot require directive... X-Git-Tag: 1.3.10~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8467d26cce3a89e2d44669298227ee5d5eab248c;p=thirdparty%2Fapache%2Fhttpd.git Uhm... forgot require directive... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84322 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 24d81fb1287..9dd02ba0b1d 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -2393,7 +2393,9 @@ Access controls which are applied in this way are effective for desired. If you wish to apply access controls only to specific methods, while leaving other methods unprotected, then place the require statement into a <Limit> section


+HREF="#limit"><Limit> section

+

See also Satisfy and mod_access. +


ResourceConfig directive

@@ -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.

-See also mod_access. +See also require and +mod_access.


diff --git a/docs/manual/mod/mod_access.html b/docs/manual/mod/mod_access.html index a0d17ca15e4..81c7e8d3dbd 100644 --- a/docs/manual/mod/mod_access.html +++ b/docs/manual/mod/mod_access.html @@ -29,7 +29,8 @@ hostname or IP address.
  • order
    -
    See also Satisfy. +
    See also Satisfy + and require.