From: Noirin Plunkett Date: Sun, 15 Jan 2006 16:04:23 +0000 (+0000) Subject: Adding updated mod_ssl HOWTO to the website X-Git-Tag: 2.3.0~2608 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5da80fcaed9e5b8dfa960ed9b3d951eeba9b246a;p=thirdparty%2Fapache%2Fhttpd.git Adding updated mod_ssl HOWTO to the website Also committing transforms with new (2006) copyright notice. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@369229 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/bind.html.en b/docs/manual/bind.html.en index 98ba6458efe..29c5761c549 100644 --- a/docs/manual/bind.html.en +++ b/docs/manual/bind.html.en @@ -156,6 +156,6 @@  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/bind.xml.meta b/docs/manual/bind.xml.meta index ce6d33b2569..f08c64c7ba2 100644 --- a/docs/manual/bind.xml.meta +++ b/docs/manual/bind.xml.meta @@ -9,7 +9,7 @@ de en fr - ja + ja ko diff --git a/docs/manual/caching.html.en b/docs/manual/caching.html.en index b89594fa89a..591a85f280b 100644 --- a/docs/manual/caching.html.en +++ b/docs/manual/caching.html.en @@ -650,6 +650,6 @@ CacheDirLength 1

Available Languages:  en 

\ No newline at end of file diff --git a/docs/manual/configuring.html.en b/docs/manual/configuring.html.en index 106ec5e2081..25533b9d5a1 100644 --- a/docs/manual/configuring.html.en +++ b/docs/manual/configuring.html.en @@ -162,6 +162,6 @@ HTTP server.

 ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/content-negotiation.html.en b/docs/manual/content-negotiation.html.en index f6c009ceed3..466cfa45311 100644 --- a/docs/manual/content-negotiation.html.en +++ b/docs/manual/content-negotiation.html.en @@ -673,6 +673,6 @@ factors to 5 decimal places before choosing the best variant.

 ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/content-negotiation.xml.meta b/docs/manual/content-negotiation.xml.meta index b8337db2e83..d0e5cb623c2 100644 --- a/docs/manual/content-negotiation.xml.meta +++ b/docs/manual/content-negotiation.xml.meta @@ -7,7 +7,7 @@ en - ja + ja ko diff --git a/docs/manual/custom-error.html.en b/docs/manual/custom-error.html.en index fcd20c8c7de..babd0495bd8 100644 --- a/docs/manual/custom-error.html.en +++ b/docs/manual/custom-error.html.en @@ -199,6 +199,6 @@  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/developer/API.html.en b/docs/manual/developer/API.html.en index 74e96481daa..352bf1fa618 100644 --- a/docs/manual/developer/API.html.en +++ b/docs/manual/developer/API.html.en @@ -1217,6 +1217,6 @@ void *request_config; /* Notes on *this* request */

Available Languages:  en 

\ No newline at end of file diff --git a/docs/manual/developer/debugging.html.en b/docs/manual/developer/debugging.html.en index 89dc482f9dc..9c63d7f6b5e 100644 --- a/docs/manual/developer/debugging.html.en +++ b/docs/manual/developer/debugging.html.en @@ -192,6 +192,6 @@

Available Languages:  en 

\ No newline at end of file diff --git a/docs/manual/developer/documenting.html.en b/docs/manual/developer/documenting.html.en index a1202580214..dacc9768ce5 100644 --- a/docs/manual/developer/documenting.html.en +++ b/docs/manual/developer/documenting.html.en @@ -79,6 +79,6 @@

Available Languages:  en 

\ No newline at end of file diff --git a/docs/manual/developer/filters.html.en b/docs/manual/developer/filters.html.en index 04a4a7a4df4..83306e9a673 100644 --- a/docs/manual/developer/filters.html.en +++ b/docs/manual/developer/filters.html.en @@ -205,6 +205,6 @@ Default_handler --> sub_request_core

Available Languages:  en 

\ No newline at end of file diff --git a/docs/manual/developer/hooks.html.en b/docs/manual/developer/hooks.html.en index 7f57eded1bb..4cc3b38eb8f 100644 --- a/docs/manual/developer/hooks.html.en +++ b/docs/manual/developer/hooks.html.en @@ -234,6 +234,6 @@

Available Languages:  en 

\ No newline at end of file diff --git a/docs/manual/developer/index.html.en b/docs/manual/developer/index.html.en index 627f8e80489..bed4cd69515 100644 --- a/docs/manual/developer/index.html.en +++ b/docs/manual/developer/index.html.en @@ -77,6 +77,6 @@

Available Languages:  en 

\ No newline at end of file diff --git a/docs/manual/developer/modules.html.en b/docs/manual/developer/modules.html.en index f77a61f7437..3d6a71a8c4b 100644 --- a/docs/manual/developer/modules.html.en +++ b/docs/manual/developer/modules.html.en @@ -268,6 +268,6 @@ module MODULE_VAR_EXPORT module_name_module =

Available Languages:  en  |  ja 

\ No newline at end of file diff --git a/docs/manual/developer/request.html.en b/docs/manual/developer/request.html.en index 689118ea64a..56b5e29e771 100644 --- a/docs/manual/developer/request.html.en +++ b/docs/manual/developer/request.html.en @@ -148,56 +148,18 @@

Needs Documentation. Code is:

-switch (ap_satisfies(r)) {
-case SATISFY_ALL:
-case SATISFY_NOSPEC:
-    if ((access_status = ap_run_access_checker(r)) != 0) {
-        return decl_die(access_status, "check access", r);
-    }
-
-    if (ap_some_auth_required(r)) {
-        if (((access_status = ap_run_check_user_id(r)) != 0)
-            || !ap_auth_type(r)) {
-            return decl_die(access_status, ap_auth_type(r)
-                          ? "check user.  No user file?"
-                          : "perform authentication. AuthType not set!",
-                          r);
-        }
-
-        if (((access_status = ap_run_auth_checker(r)) != 0)
-            || !ap_auth_type(r)) {
-            return decl_die(access_status, ap_auth_type(r)
-                          ? "check access.  No groups file?"
-                          : "perform authentication. AuthType not set!",
-                          r);
-        }
-    }
-    break;
-
-case SATISFY_ANY:
-    if (((access_status = ap_run_access_checker(r)) != 0)) {
-        if (!ap_some_auth_required(r)) {
+        if ((access_status = ap_run_access_checker(r)) != 0) {
             return decl_die(access_status, "check access", r);
         }
 
-        if (((access_status = ap_run_check_user_id(r)) != 0)
-            || !ap_auth_type(r)) {
-            return decl_die(access_status, ap_auth_type(r)
-                          ? "check user.  No user file?"
-                          : "perform authentication. AuthType not set!",
-                          r);
+        if ((access_status = ap_run_check_user_id(r)) != 0) {
+            return decl_die(access_status, "check user", r);
         }
 
-        if (((access_status = ap_run_auth_checker(r)) != 0)
-            || !ap_auth_type(r)) {
-            return decl_die(access_status, ap_auth_type(r)
-                          ? "check access.  No groups file?"
-                          : "perform authentication. AuthType not set!",
-                          r);
+        if ((access_status = ap_run_auth_checker(r)) != 0) {
+            return decl_die(access_status, "check authorization", r);
         }
-    }
-    break;
-}
+
top

The Preparation Phase

@@ -255,6 +217,6 @@ case SATISFY_ANY:

Available Languages:  en 

\ No newline at end of file diff --git a/docs/manual/developer/thread_safety.html.en b/docs/manual/developer/thread_safety.html.en index a37dd1c9144..ce0f5c86d8b 100644 --- a/docs/manual/developer/thread_safety.html.en +++ b/docs/manual/developer/thread_safety.html.en @@ -280,6 +280,6 @@

Available Languages:  en 

\ No newline at end of file diff --git a/docs/manual/dns-caveats.html.en b/docs/manual/dns-caveats.html.en index cc511be8543..e0b18202ea1 100644 --- a/docs/manual/dns-caveats.html.en +++ b/docs/manual/dns-caveats.html.en @@ -234,6 +234,6 @@  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/dso.html.en b/docs/manual/dso.html.en index d6230bfc713..c2682f8123b 100644 --- a/docs/manual/dso.html.en +++ b/docs/manual/dso.html.en @@ -310,6 +310,6 @@ $ apxs -i -a -n foo mod_foo.la  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index fb28a6c06ec..e40e5f8b8d5 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -409,6 +409,6 @@ SetEnvIf Referer "^$" local_referal  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/env.xml.meta b/docs/manual/env.xml.meta index aad5235168f..fd4d4a5499b 100644 --- a/docs/manual/env.xml.meta +++ b/docs/manual/env.xml.meta @@ -7,7 +7,7 @@ en - ja + ja ko diff --git a/docs/manual/faq/all_in_one.html.en b/docs/manual/faq/all_in_one.html.en index e9dfa5747ab..de4f9800f0a 100644 --- a/docs/manual/faq/all_in_one.html.en +++ b/docs/manual/faq/all_in_one.html.en @@ -294,6 +294,6 @@  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/faq/background.html.en b/docs/manual/faq/background.html.en index 61e7ff9d578..e926f07b3d7 100644 --- a/docs/manual/faq/background.html.en +++ b/docs/manual/faq/background.html.en @@ -117,6 +117,6 @@

Available Languages:  en 

\ No newline at end of file diff --git a/docs/manual/faq/error.html.en b/docs/manual/faq/error.html.en index e67483a1c87..ab96f6241be 100644 --- a/docs/manual/faq/error.html.en +++ b/docs/manual/faq/error.html.en @@ -104,6 +104,6 @@  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/faq/index.html.en b/docs/manual/faq/index.html.en index dca1b9292af..1c1a75abeef 100644 --- a/docs/manual/faq/index.html.en +++ b/docs/manual/faq/index.html.en @@ -45,6 +45,6 @@  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/faq/support.html.en b/docs/manual/faq/support.html.en index 90b99dc0207..212bd8a4871 100644 --- a/docs/manual/faq/support.html.en +++ b/docs/manual/faq/support.html.en @@ -109,6 +109,6 @@  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/filter.html.en b/docs/manual/filter.html.en index bd87fb0419a..fc443c49675 100644 --- a/docs/manual/filter.html.en +++ b/docs/manual/filter.html.en @@ -132,6 +132,6 @@ configuration instead.

 ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/glossary.html.en b/docs/manual/glossary.html.en index 109241f2bd9..c1474cd6be0 100644 --- a/docs/manual/glossary.html.en +++ b/docs/manual/glossary.html.en @@ -451,6 +451,6 @@  es  |  ko 

\ No newline at end of file diff --git a/docs/manual/handler.html.en b/docs/manual/handler.html.en index 095b706a1ab..47ff359bea1 100644 --- a/docs/manual/handler.html.en +++ b/docs/manual/handler.html.en @@ -148,6 +148,6 @@  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index 1c7f420dc9a..307a9e72d74 100644 --- a/docs/manual/howto/auth.html.en +++ b/docs/manual/howto/auth.html.en @@ -386,6 +386,6 @@ person in  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en index 4d93dea3864..824af7c65e1 100644 --- a/docs/manual/howto/cgi.html.en +++ b/docs/manual/howto/cgi.html.en @@ -550,6 +550,6 @@  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/howto/htaccess.html.en b/docs/manual/howto/htaccess.html.en index a6d329cf240..99488c09012 100644 --- a/docs/manual/howto/htaccess.html.en +++ b/docs/manual/howto/htaccess.html.en @@ -380,6 +380,6 @@ Options +IncludesNoExec -ExecCGI
 ko  |  pt-br 

\ No newline at end of file diff --git a/docs/manual/howto/index.html.en b/docs/manual/howto/index.html.en index 81469dbb516..9bffdd8c324 100644 --- a/docs/manual/howto/index.html.en +++ b/docs/manual/howto/index.html.en @@ -112,6 +112,6 @@  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/howto/public_html.html.en b/docs/manual/howto/public_html.html.en index 24566c13b1a..e4eaaf47ae9 100644 --- a/docs/manual/howto/public_html.html.en +++ b/docs/manual/howto/public_html.html.en @@ -156,6 +156,6 @@  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en index c08d4c9ed23..287664e184d 100644 --- a/docs/manual/howto/ssi.html.en +++ b/docs/manual/howto/ssi.html.en @@ -481,6 +481,6 @@ modified?  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/index.html.en b/docs/manual/index.html.en index 0ee08c8e720..dc611a4ce75 100644 --- a/docs/manual/index.html.en +++ b/docs/manual/index.html.en @@ -99,6 +99,6 @@ Documentation  ko  |  pt-br 

\ No newline at end of file diff --git a/docs/manual/index.xml.meta b/docs/manual/index.xml.meta index 1bd9290c0dd..817c4920018 100644 --- a/docs/manual/index.xml.meta +++ b/docs/manual/index.xml.meta @@ -10,7 +10,7 @@ en es fr - ja + ja ko pt-br diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index ebcfb0db99e..d18bb55a242 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -375,6 +375,6 @@ $ tar xvf httpd-NN.tar  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/install.xml.meta b/docs/manual/install.xml.meta index 06f49462085..eb5b6311be3 100644 --- a/docs/manual/install.xml.meta +++ b/docs/manual/install.xml.meta @@ -10,7 +10,7 @@ en es fr - ja + ja ko diff --git a/docs/manual/invoking.html.en b/docs/manual/invoking.html.en index 8f80f13e9bb..950912d62a0 100644 --- a/docs/manual/invoking.html.en +++ b/docs/manual/invoking.html.en @@ -144,6 +144,6 @@  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/license.html.en b/docs/manual/license.html.en index ef180b20e59..9718ca855c2 100644 --- a/docs/manual/license.html.en +++ b/docs/manual/license.html.en @@ -233,6 +233,6 @@ limitations under the License.

Available Languages:  en 

\ No newline at end of file diff --git a/docs/manual/logs.html.en b/docs/manual/logs.html.en index 7762c47ba73..5a6fdbbdfa1 100644 --- a/docs/manual/logs.html.en +++ b/docs/manual/logs.html.en @@ -597,6 +597,6 @@  ja  |  ko 

\ No newline at end of file diff --git a/docs/manual/misc/index.html.en b/docs/manual/misc/index.html.en index a9d7883ae22..db2c135ce00 100644 --- a/docs/manual/misc/index.html.en +++ b/docs/manual/misc/index.html.en @@ -75,6 +75,6 @@

Available Languages:  en  |  ko 

\ No newline at end of file diff --git a/docs/manual/misc/perf-tuning.html.en b/docs/manual/misc/perf-tuning.html.en index 38fb58bcf51..4da34fbd970 100644 --- a/docs/manual/misc/perf-tuning.html.en +++ b/docs/manual/misc/perf-tuning.html.en @@ -1051,6 +1051,6 @@

Available Languages:  en  |  ko 

\ No newline at end of file diff --git a/docs/manual/misc/relevant_standards.html.en b/docs/manual/misc/relevant_standards.html.en index ffb3d52a9e8..c81eb521a6e 100644 --- a/docs/manual/misc/relevant_standards.html.en +++ b/docs/manual/misc/relevant_standards.html.en @@ -194,6 +194,6 @@

Available Languages:  en  |  ko 

\ No newline at end of file diff --git a/docs/manual/misc/rewriteguide.html.en b/docs/manual/misc/rewriteguide.html.en index 52217167748..2f75ccfcb82 100644 --- a/docs/manual/misc/rewriteguide.html.en +++ b/docs/manual/misc/rewriteguide.html.en @@ -2097,6 +2097,6 @@ while (<>) {

Available Languages:  en  |  ko 

\ No newline at end of file diff --git a/docs/manual/misc/security_tips.html.en b/docs/manual/misc/security_tips.html.en index 6e938077ff6..6786a37210c 100644 --- a/docs/manual/misc/security_tips.html.en +++ b/docs/manual/misc/security_tips.html.en @@ -345,6 +345,6 @@

Available Languages:  en  |  ko 

\ No newline at end of file diff --git a/docs/manual/mod/allmodules.xml.de b/docs/manual/mod/allmodules.xml.de index 7458af16962..556b87bba1d 100644 --- a/docs/manual/mod/allmodules.xml.de +++ b/docs/manual/mod/allmodules.xml.de @@ -9,11 +9,13 @@ mod_auth_digest.xml mod_authn_alias.xml mod_authn_anon.xml + mod_authn_core.xml mod_authn_dbd.xml mod_authn_dbm.xml mod_authn_default.xml mod_authn_file.xml mod_authnz_ldap.xml + mod_authz_core.xml mod_authz_dbd.xml mod_authz_dbm.xml mod_authz_default.xml diff --git a/docs/manual/mod/allmodules.xml.es b/docs/manual/mod/allmodules.xml.es index af7076de863..1d46063b12c 100644 --- a/docs/manual/mod/allmodules.xml.es +++ b/docs/manual/mod/allmodules.xml.es @@ -9,11 +9,13 @@ mod_auth_digest.xml mod_authn_alias.xml mod_authn_anon.xml + mod_authn_core.xml mod_authn_dbd.xml mod_authn_dbm.xml mod_authn_default.xml mod_authn_file.xml mod_authnz_ldap.xml + mod_authz_core.xml mod_authz_dbd.xml mod_authz_dbm.xml mod_authz_default.xml diff --git a/docs/manual/mod/allmodules.xml.ja b/docs/manual/mod/allmodules.xml.ja index 904673d0f2c..8fa328815cd 100644 --- a/docs/manual/mod/allmodules.xml.ja +++ b/docs/manual/mod/allmodules.xml.ja @@ -9,11 +9,13 @@ mod_auth_digest.xml mod_authn_alias.xml mod_authn_anon.xml.ja + mod_authn_core.xml mod_authn_dbd.xml mod_authn_dbm.xml.ja mod_authn_default.xml.ja mod_authn_file.xml.ja mod_authnz_ldap.xml + mod_authz_core.xml mod_authz_dbd.xml mod_authz_dbm.xml mod_authz_default.xml.ja diff --git a/docs/manual/mod/allmodules.xml.ko b/docs/manual/mod/allmodules.xml.ko index 46d4f328bd8..3125e829f0d 100644 --- a/docs/manual/mod/allmodules.xml.ko +++ b/docs/manual/mod/allmodules.xml.ko @@ -9,11 +9,13 @@ mod_auth_digest.xml.ko mod_authn_alias.xml mod_authn_anon.xml.ko + mod_authn_core.xml mod_authn_dbd.xml mod_authn_dbm.xml.ko mod_authn_default.xml.ko mod_authn_file.xml.ko mod_authnz_ldap.xml + mod_authz_core.xml mod_authz_dbd.xml mod_authz_dbm.xml.ko mod_authz_default.xml.ko diff --git a/docs/manual/mod/beos.html.en b/docs/manual/mod/beos.html.en index 3674f9cff1b..80a4ad22205 100644 --- a/docs/manual/mod/beos.html.en +++ b/docs/manual/mod/beos.html.en @@ -102,6 +102,6 @@ will handle during its life  es  |  ko 

\ No newline at end of file diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 33e0dbc5815..44d2da024ec 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -38,8 +38,6 @@ available
  • AddOutputFilterByType
  • AllowEncodedSlashes
  • AllowOverride
  • -
  • AuthName
  • -
  • AuthType
  • CGIMapExtension
  • ContentDigest
  • DefaultType
  • @@ -74,11 +72,9 @@ available
  • MaxKeepAliveRequests
  • NameVirtualHost
  • Options
  • -
  • Require
  • RLimitCPU
  • RLimitMEM
  • RLimitNPROC
  • -
  • Satisfy
  • ScriptInterpreterSource
  • ServerAdmin
  • ServerAlias
  • @@ -510,69 +506,6 @@ be passed through
    top
    -

    AuthName Directive

    - - - - - - - -
    Description:Authorization realm for use in HTTP -authentication
    Syntax:AuthName auth-domain
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Core
    Module:core
    -

    This directive sets the name of the authorization realm for a - directory. This realm is given to the client so that the user - knows which username and password to send. - AuthName takes a single argument; if the - realm name contains spaces, it must be enclosed in quotation - marks. It must be accompanied by AuthType and Require directives, and directives such - as AuthUserFile and - AuthGroupFile to - work.

    - -

    For example:

    - -

    - AuthName "Top Secret" -

    - -

    The string provided for the AuthName is what will - appear in the password dialog provided by most browsers.

    - -

    See also

    - -
    -
    top
    -

    AuthType Directive

    - - - - - - - -
    Description:Type of user authentication
    Syntax:AuthType Basic|Digest
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Core
    Module:core
    -

    This directive selects the type of user authentication for a - directory. The authentication types available are - Basic (implemented by - mod_auth_basic) and Digest - (implemented by mod_auth_digest).

    - -

    To implement authentication, you must also use the AuthName and Require directives. In addition, the - server must have an authentication-provider module such as - mod_authn_file and an authorization module such - as mod_authz_user.

    - -

    See also

    - -
    -
    top

    CGIMapExtension Directive

    The default in the absence of any other settings is All.

    - -
    top
    -
    Description:Technique for locating the interpreter for CGI @@ -2394,101 +2327,6 @@ directory
    - - - - - - -
    Description:Selects which authenticated users can access -a resource
    Syntax:Require entity-name [entity-name] ...
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Core
    Module:core
    -

    This directive selects which authenticated users can access a - resource. The restrictions are processed by authorization - modules. Some of the allowed syntaxes provided by - mod_authz_user and - mod_authz_groupfile are:

    - -
    -
    Require user userid [userid] - ...
    -
    Only the named users can access the resource.
    - -
    Require group group-name [group-name] - ...
    -
    Only users in the named groups can access the resource.
    - -
    Require valid-user
    -
    All valid users can access the resource.
    -
    - -

    Other authorization modules that implement require options - include mod_authnz_ldap, - mod_authz_dbm, and - mod_authz_owner.

    - -

    Require must be accompanied by - AuthName and AuthType directives, and directives such - as AuthUserFile - and AuthGroupFile (to - define users and groups) in order to work correctly. Example:

    - -

    - AuthType Basic
    - AuthName "Restricted Resource"
    - AuthUserFile /web/users
    - AuthGroupFile /web/groups
    - Require group admin -

    - -

    Access controls which are applied in this way are effective for - all methods. This is what is normally - 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.

    - -

    If Require is used together with - the Allow or - Deny directives, - then the interaction of these restrictions is controlled by - the Satisfy directive.

    - -

    Removing controls in subdirectories

    -

    The following example shows how to use the Satisfy directive to disable access - controls in a subdirectory of a protected directory. This - technique should be used with caution, because it will also - disable any access controls imposed by - mod_authz_host.

    -

    - <Directory /path/to/protected/>
    - - Require user david
    -
    - </Directory>
    - <Directory /path/to/protected/unprotected>
    - - # All access controls and authentication are disabled
    - # in this directory
    - Satisfy Any
    - Allow from all
    -
    - </Directory>
    -

    -
    - - -

    See also

    -
    top

    RLimitCPU Directive

    @@ -2607,52 +2445,6 @@ processes launched by Apache children
    top
    -

    Satisfy Directive

    - - - - - - - - - -
    Description:Interaction between host-level access control and -user authentication
    Syntax:Satisfy Any|All
    Default:Satisfy All
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Core
    Module:core
    Compatibility:Influenced by <Limit> and <LimitExcept> in version 2.0.51 and -later
    -

    Access policy if both Allow and Require used. The parameter can be - either All or Any. This directive is only - useful if access to a particular area is being restricted by both - username/password and client host address. In this case - the default behavior (All) is to require that the client - passes the address access restriction and enters a valid - username and 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.

    - -

    For example, if you wanted to let people on your network have - unrestricted access to a portion of your website, but require that - people outside of your network provide a password, you could use a - configuration similar to the following:

    - -

    - Require valid-user
    - Allow from 192.168.1
    - Satisfy Any -

    - -

    Since version 2.0.51 Satisfy directives can - be restricted to particular methods by <Limit> and <LimitExcept> sections.

    - -

    See also

    - -
    -
    top

    ScriptInterpreterSource Directive

     en  |  ja 

    \ No newline at end of file diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index d31da1ca6ca..da70436bde0 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + + + + + + + + + +
    Description:Technique for locating the interpreter for CGI @@ -3386,6 +3178,6 @@ hostname or IP address