http://svn.apache.org/r1842882
http://svn.apache.org/r1842884
2.4.x patch: svn merge -c 1830816,1830836,1842882,1842884 ^/httpd/httpd/trunk .
- +1: jailletc36, icing, jorton
+ +1: jailletc36, icing, jorton, jim
*) core: Split out the ability to parse wildcard files and directories
from the Include/IncludeOptional directives into a generic set of
functions ap_dir_nofnmatch() and ap_dir_fnmatch().
trunk patch: http://svn.apache.org/r1847430
2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-ap_dir_fnmatch.patch
- +1: minfrin
+ +1: minfrin, jim
*) core: Fix incorrect substitution of env vars in directives containing
multiple env vars. In ap_resolve_env(), the string returned from
statically allocated.
trunk patch: http://svn.apache.org/r1848236
2.4.x patch: svn merge -c 1848236 ^/httpd/httpd/trunk .
- +1: hwibell, covener
+ +1: hwibell, covener, jim
*) mod_log_config: Support %{c}h for conn-hostname, %h for useragent_host
PR 55348
trunk patch: https://svn.apache.org/r1730129
2.4.x patch: svn merge -c 1730129 ^/httpd/httpd/trunk .
- +1: wrowe
+ +1: wrowe, jim
*) mod_md: Don't export all symbols on Unix (reduces .so size by ~8%)
trunk patch: https://svn.apache.org/r1830747