From: Jeff Trawick Date: Mon, 13 Apr 2015 10:50:02 +0000 (+0000) Subject: Fix CGIPassAuth built-in directive documentation, X-Git-Tag: 2.5.0-alpha~3316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28550631337f7175ce388ab392150ce7069e7831;p=apache Fix CGIPassAuth built-in directive documentation, 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 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 87947a4a5f..3f372737c8 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -573,7 +573,7 @@ variables directory.htaccess AuthConfig -Available in Apache HTTP Server 2.5.0 and later +Available in Apache HTTP Server 2.4.13 and later

CGIPassAuth allows scripts access to HTTP diff --git a/server/core.c b/server/core.c index e3aa970c64..3a6f2ab065 100644 --- a/server/core.c +++ b/server/core.c @@ -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,