diff options
author | Jeff Trawick <trawick@apache.org> | 2015-04-13 12:50:02 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2015-04-13 12:50:02 +0200 |
commit | 28550631337f7175ce388ab392150ce7069e7831 (patch) | |
tree | 90d2d2f4f7995c2cf17ea49eb6d2204782da7861 /server/core.c | |
parent | Use 'unsigned int' in bitfield (diff) | |
download | apache2-28550631337f7175ce388ab392150ce7069e7831.tar.xz apache2-28550631337f7175ce388ab392150ce7069e7831.zip |
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
Diffstat (limited to '')
-rw-r--r-- | server/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |