Hi there,
currently I try to update my Apache to 2.4.9, openssl to 1.0.1g and php to 5.5.11.
After I updated all files the default config works well.
Not I'm trying do restore my config.
Almost all my old configs works perfectly. But I have problems with the modul: mod_session_crypto
When I try to load this modul via:
LoadModule session_cookie_module modules/mod_session_cookie.so
I'm getting the following message when I try to start the server:
httpd: Syntax error on line 155 of X:/xxx/Apache24/conf/httpd.conf: Cann
t load modules/mod_session_crypto.so into server: Die angegebene Prozedur wurde
nicht gefunden.
So "the procedure can't be found"
The "mod_session_crypto.so" file is in the "modules" directory and the "apr_crypto_openssl-1.dll" is in the "bin" directory.
Does anybody has an idea whats the problem here?
regards