Re: Debuggin appears optimised but shouldn't be?

2009-04-13 Thread Sorin Manolache
On Mon, Apr 13, 2009 at 13:46, Juhani Connolly wrote: > I'm currently trying to iron out some bugs in a module I'm working and have > spent a day trying to get a debug environment working properly for apache. > > My ./configure for apache itself was the following: > OPTIM=-O0\ ./configure --prefix

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 basi

Debuggin appears optimised but shouldn't be?

2009-04-13 Thread Juhani Connolly
I'm currently trying to iron out some bugs in a module I'm working and have spent a day trying to get a debug environment working properly for apache. My ./configure for apache itself was the following: OPTIM=-O0\ ./configure --prefix=/usr/local/apache-dbg/ --enable-maintainer-mode --with-apr=/