On Wed, Jan 17, 2018 at 12:11 PM, Helmut Schneider <jumper99@xxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx