]> granicus.if.org Git - apache/commitdiff
Fix CGIPassAuth built-in directive documentation,
authorJeff Trawick <trawick@apache.org>
Mon, 13 Apr 2015 10:50:02 +0000 (10:50 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 13 Apr 2015 10:50:02 +0000 (10:50 +0000)
Get compatibility line in doc ready for backport

Pointed out by: rjung (who perhaps wasn't so positive about the eventual 2.4.x release)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673155 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml
server/core.c

index 87947a4a5f6cf9f58c1f00a2faa97784f5d6bed0..3f372737c8afa468259e1bd651c3f5d2de0bbcee 100644 (file)
@@ -573,7 +573,7 @@ variables</description>
 <contextlist><context>directory</context><context>.htaccess</context>
 </contextlist>
 <override>AuthConfig</override>
-<compatibility>Available in Apache HTTP Server 2.5.0 and later</compatibility>
+<compatibility>Available in Apache HTTP Server 2.4.13 and later</compatibility>
 
 <usage>
     <p><directive>CGIPassAuth</directive> allows scripts access to HTTP
index e3aa970c646be9884e724d3efc9c145ed726fa36..3a6f2ab065aceef4f3cc3067441e49be3eb22a92 100644 (file)
@@ -4366,7 +4366,7 @@ AP_INIT_TAKE12("LimitInternalRecursion", set_recursion_limit, NULL, RSRC_CONF,
               "maximum recursion depth of internal redirects and subrequests"),
 
 AP_INIT_FLAG("CGIPassAuth", set_cgi_pass_auth, NULL, OR_AUTHCFG,
-             "Controls which HTTP authorization headers, normally hidden, will "
+             "Controls whether HTTP authorization headers, normally hidden, will "
              "be passed to scripts"),
 AP_INIT_TAKE1("ForceType", ap_set_string_slot_lower,
        (void *)APR_OFFSETOF(core_dir_config, mime_type), OR_FILEINFO,