Re: [PATCH] mod_auth_anon 1.3

2002-04-26 Thread dirkx
On Fri, 26 Apr 2002, Joshua Slive wrote: > 1. What if you want to log both the ident and the password? Your answer > is probably "nobody uses ident anymore". In that case, we may eventually ... > The environment approach just seems much cleaner to me. When the module was created - the situati

Re: [PATCH] mod_auth_anon 1.3

2002-04-26 Thread Joshua Slive
On Fri, 26 Apr 2002, Rich Bowen wrote: > > > annoying. So instead of logging to the error log we decided it might > > > be smart if it used the ident field. > > Ehhh... too much overloading. Why not stick it in the environment > > and then use %{something}e to log it? > > I don't really see this

Re: [PATCH] mod_auth_anon 1.3

2002-04-26 Thread Rich Bowen
On Fri, 26 Apr 2002, Joshua Slive wrote: > > On Fri, 26 Apr 2002, Thomas Eibner wrote: > > > > > After a short discussion on #apache we came to the conclusion that the > > way mod_auth_anon logs the "passwd" used to access the uri is kind of > > annoying. So instead of logging to the error log we

Re: [PATCH] mod_auth_anon 1.3

2002-04-26 Thread Rich Bowen
On Fri, 26 Apr 2002, Thomas Eibner wrote: > > After a short discussion on #apache we came to the conclusion that the > way mod_auth_anon logs the "passwd" used to access the uri is kind of > annoying. So instead of logging to the error log we decided it might > be smart if it used the ident field

Re: [PATCH] mod_auth_anon 1.3

2002-04-26 Thread Thomas Eibner
On Fri, Apr 26, 2002 at 12:49:12PM -0700, Joshua Slive wrote: > > On Fri, 26 Apr 2002, Thomas Eibner wrote: > > > > > After a short discussion on #apache we came to the conclusion that the > > way mod_auth_anon logs the "passwd" used to access the uri is kind of > > annoying. So instead of loggi

Re: [PATCH] mod_auth_anon 1.3

2002-04-26 Thread Joshua Slive
On Fri, 26 Apr 2002, Thomas Eibner wrote: > > After a short discussion on #apache we came to the conclusion that the > way mod_auth_anon logs the "passwd" used to access the uri is kind of > annoying. So instead of logging to the error log we decided it might > be smart if it used the ident fiel

Re: [PATCH] mod_auth_anon 1.3

2002-04-26 Thread dirkx
+1 - especially for 2.0 where we do not care about breaking processing scripts and what not. Dw -- Dirk-Willem van Gulik On Fri, 26 Apr 2002, Thomas Eibner wrote: > > After a short discussion on #apache we came to the conclusion that the > way mod_auth_anon logs the "passwd" used to acce

[PATCH] mod_auth_anon 1.3

2002-04-26 Thread Thomas Eibner
After a short discussion on #apache we came to the conclusion that the way mod_auth_anon logs the "passwd" used to access the uri is kind of annoying. So instead of logging to the error log we decided it might be smart if it used the ident field. use or toss - if used Rich Bowen promised to upda