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

I think the IfModule form you're using is matching the source file w/o
the .c, rather than the module name.
<IfModule [!]module-file|module-identifier> ... </IfModule>

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

Reply via email to