On Wed, Jan 17, 2018 at 12:11 PM, Helmut Schneider <[email protected]> wrote:
Hello all,

I have the following snippet:

<IfModule mod_ldap>
       <Location /ldap-status>
               SetHandler ldap-status
       </Location>
</IfModule>

This does not work, /ldap-status is not found. If I change to e.g.

<IfModule mod_authnz_ldap>

it does. Why?

It just doesn't have an intuitive source file name:

Module Identifier:ldap_module
Source File:util_ldap.c

Hm, missed this, both

<IfModule ldap_module>
<IfModule util_ldap.c>

work. Thank you!

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to