Ohh!You are right that my apache server work as a prefork MPM!Are there some
examples??
>You didn't mention what MPM you are using but I assume it's the
>prefork one. You need to register a hook with ap_hook_child_init() and
>call SAMLConfig::getConfig().init() from there.
You didn't mention what MPM you are using but I assume it's the
prefork one. You need to register a hook with ap_hook_child_init() and
call SAMLConfig::getConfig().init() from there.
Is this with the prefork or threaded MPM? And what is the SAML library
are you using? Shibboleth's?