Oh worthy RM... would you consider a humble request to roll in the following disconnected build targets into release .36? We don't build them by default, at this point, but there have been requests for "how to build?" both of these modules. As it stands after this patch, they simply need to copy the modules after building them from within the Apache.dsw workspace.
Of course, we will further enable them to build automatically; I don't have an issue with building mod_ext_filter by default, today. mod_deflate can use the same mechanics we applied to mod_ssl, looking for srclib/zlib/ before we launch that build separately, and then copy the files automatically. Bill >wrowe 02/04/25 11:01:44 > > Modified: os/win32 BaseAddr.ref > . Apache.dsw > Added: modules/experimental mod_deflate.dsp mod_ext_filter.dsp > Log: > Not yet added to the default build, but curious if they build and run. > mod_deflate tested with both zlib 1.1.3/1.1.4, unpacked in srclib/zlib/. > Zlib only seems to have .dll builds, not very efficient when a single > binary is built against sources, so we compile the appropriate sources. > Your mileage may vary. > > Revision Changes Path > 1.1 httpd-2.0/modules/experimental/mod_deflate.dsp > 1.1 httpd-2.0/modules/experimental/mod_ext_filter.dsp > 1.19 +2 -0 httpd-2.0/os/win32/BaseAddr.ref > 1.78 +42 -0 httpd-2.0/Apache.dsw