*) core: Add CGIPassAuth directive to control whether HTTP authorization
headers are passed to scripts as CGI variables. PR: 56855
- trunk patch: http://svn.apache.org/r1642847
+ trunk patch: http://svn.apache.org/r1642847, http://svn.apache.org/r1673155
2.4.x patch: http://people.apache.org/~trawick/r1642847-to-2.4.x.txt
+ http://people.apache.org/~trawick/r1642847-r1673155-to-2.4.x.txt
(trunk works if you do the normal CHANGES/ap_mmn/core_dir_config
merge conflict resolution ;) )
- +1: trawick, rjung
+ +1: trawick
rjung: minor nits: "compatibility" in docs, "Controls which HTTP authorization headers"
in "AP_INIT_FLAG" maybe "whether" instaed of "which" or "enables ...".
+ trawick: thanks; addressed in current patch
*) mod_status: Improve server-status output when called with "?auto"
(machine readable form).