Tracing module list and calls

2009-06-16 Thread Markus Moeller
Hi, I am writing two authorizations modules for Apache 2 and have a problem that the second module seems never be called (e.g. authz_2). How can I trace the module stack and how can I debug the decision of apche to run or not to run the module. None of the two modules is authoritative (not

Module order for authentication/authorization

2009-04-13 Thread Markus Moeller
How can I make sure that an authentication/authorisation module is always the the last ? I was thinking of the following case order (e.g. mapping is always after authentication, but before authorisation): Kerberos authentication - gives u...@realm ldap authentication - gives user basic