My company is attempting to deploy mod_authnz_sspi. We have done so successfully under Windows 2012, but now we are trying to do so on Windows 2019 and encountering errors.
I have acquired Apache 2 through a download of Subversion WANDisco 1.11.0. This shows that Apache 2.4.34 is installed.
C:\Software\Subversion\Apache2\bin>httpd.exe -v
Server version: Apache/2.4.34 (Win32)
Server built: Jul 23 2018 14:58:15
The server runs just fine until I try to plug in the sspi module. Once I do I get this error:
C:\Software\Subversion\Apache2\bin>httpd
httpd: Syntax error on line 186 of C:/Software/Subversion/Apache2/conf/httpd.conf: Cannot load modules/mod_authnz_sspi.so into server: %1 is not a valid Win32 application.
I have attempted to deploy with all four of the zip files located on this web page
https://www.apachehaus.net/modules/mod_authnz_sspi/All four of them fail with the same load error.
I do not understand if I have the correct version alignment between the httpd server and the sspi module.
Thank you for any help you can provide.
John