Rainer Jung in gmane.comp.apache.devel (Sun, 28 May 2017 23:20:35 +0200): >Due to quick votes from the team this has now been committed in r1796539 >for 2.4.26.
Thanks. I checked woth the 2.4.x branch, built on Windows with CMake/VC14 (plus APR 1.6 and OpenSSL 1.1.0) and the patch works OK. CMake (on Windows) builds all modules now with the exception of these: -- Modules not built: -- mod_socache_dc -- mod_bucketeer -- mod_echo -- mod_case_filter -- mod_case_filter_in -- mod_example_hooks -- mod_example_ipc -- mod_data -- mod_reflector -- mod_cern_meta -- mod_ident -- mod_mime_magic -- mod_dialup -- mod_optional_fn_export -- mod_optional_fn_import -- mod_optional_hook_export -- mod_optional_hook_import -- Configuring done If you really need one of these modules, with a slight modification of CMakeLists.txt these can be built as well. Only real exception: mod_socache_dc does not build at all, probably because of a missing distcache dependency. -- Jan