Can't get Adobe Media Server 5 to work with XAMPP's apache 2.4
Hello guys.
I'm having some troubles while configuring Adobe Media Server 5 to work with an external Apache 2.4 from XAMPP.
So here is what i did and what i get as errors:
1. Installed Adobe Media Server 5 with apache2.2
2. Created back-up for both httpd.conf and /modules directory
3. Uninstalled Adobe Media Server 5
4. Installed Adobe Media Server 5 without apache2.2
5. copied the backuped modules to apache2.4
6. edited httpd.conf of apache2.4 adding these lines:
LoadModule authn_default_module modules/mod_authn_default.so
LoadModule authz_default_module modules/mod_authz_default.so
LoadModule f4fhttp_module modules/mod_f4fhttp.so
LoadModule hlshttp_module modules/mod_hlshttp.so
LoadModule jithttp_module modules/mod_jithttp.so
LoadModule ctrlplane_module modules/mod_ctrlplane.so
Now when XAMPP's control pannel is unable to start apache2.4 server and there is an error:
httpd.exe: Syntax error on line 181 of D:/SERVER/XAMPP/apache/conf/httpd.conf: Cannot load modules/mod_authn_default.so into server: The specified procedure could not be found
The same error occurs for all the six modules.
If i remove these six lines XAMPP is running perfectly and apache2.4 starts.
I will appreciate any suggestions how to fix that.
I'm using Windows8.1 x64 bit.
