From: Jeff Trawick Date: Mon, 13 Apr 2015 10:50:02 +0000 (+0000) Subject: Fix CGIPassAuth built-in directive documentation, X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8196f521e9cede4d401828f288faf14488f5bb1;p=thirdparty%2Fapache%2Fhttpd.git 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 87947a4a5f6..3f372737c8a 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 e3aa970c646..3a6f2ab065a 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,