From: Daniel Ruggeri Date: Wed, 15 Apr 2015 17:03:08 +0000 (+0000) Subject: We need moar emails - format change X-Git-Tag: 2.4.13~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40db6f5b58a5bf54e18c4160b6ae4fe62953cdd7;p=apache We need moar emails - format change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1673873 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 0b70b04729..68a9d09ca5 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -45,6 +45,7 @@ available
  • AllowOverride
  • AllowOverrideList
  • CGIMapExtension
  • +
  • CGIPassAuth
  • ContentDigest
  • DefaultRuntimeDir
  • DefaultType
  • @@ -117,6 +118,7 @@ available
  • <VirtualHost>
  • +
    top

    AcceptFilter Directive

    @@ -617,6 +619,43 @@ scripts cause all CGI script files with a .foo extension to be passed to the FOO interpreter.

    + +
    top
    +
    + + + + + + + + +
    Description:Enables passing HTTP authorization headers to scripts as CGI +variables
    Syntax:CGIPassAuth On|Off
    Default:CGIPassAuth Off
    Context:directory, .htaccess
    Override:AuthConfig
    Status:Core
    Module:core
    Compatibility:Available in Apache HTTP Server 2.4.13 and later
    +

    CGIPassAuth allows scripts access to HTTP + authorization headers such as Authorization, which is + required for scripts that implement HTTP Basic authentication. + Normally these HTTP headers are hidden from scripts, as it allows + scripts to see user ids and passwords used to access the server when + HTTP Basic authentication is enabled in the web server. This directive + should be used when scripts are allowed to implement HTTP Basic + authentication.

    + +

    This directive can be used instead of the compile-time setting + SECURITY_HOLE_PASS_AUTHORIZATION which has been available + in previous versions of Apache HTTP Server.

    + +

    The setting is respected by any modules which use + ap_add_common_vars(), such as mod_cgi, + mod_cgid, mod_proxy_fcgi, + mod_proxy_scgi, and so on. Notably, it affects + modules which don't handle the request in the usual sense but + still use this API; examples of this are mod_include + and mod_ext_filter. Third-party modules that don't + use ap_add_common_vars() may choose to respect the setting + as well.

    +
    top

    ContentDigest Directive

    @@ -4487,7 +4526,6 @@ hostname or IP address different sections are combined when a request is received
    -

    Available Languages:  de  | diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 508ec9b64f..a00988ec97 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index 09c326214b..f8b05e5c45 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + +