Re: How can i decrypt a cookie in a module

2008-10-28 Thread Dave Ingram
Christian Klinger wrote: > thanks for the answers, but i donĀ“t get it. > > I try to add the Icrypto in my Makefile i get the error again: > > [snip] That's a font issue - it's actually a lowercase L (for library) rather than an uppercase i (for include directory). > What file should i include to t

Logging authentication requests

2008-10-09 Thread Dave Ingram
Hi all, Just thinking about logging... Is it currently possible to log authentication requests (ideally both success and failure, individually)? If not, is it possible? And where should the module fit into the authentication chain? Is this related to Rick Houser's earlier posts about "wrapping an

Re: number of bytes/packets sent/received

2008-10-09 Thread Dave Ingram
>> A quick search reveals that there are some modules out there that do log >> to databases, but I don't know how well-maintained they are (mod_log_sql >> only mentions Apache 2.0, for example) or how much work they would be to >> use (an O'Reilly page >>

Re: number of bytes/packets sent/received

2008-10-09 Thread Dave Ingram
>> Would mod_logio be at all helpful? >> > You really made it easy for me huh? Thanks alot. > No use in doing more work than you need to ;-) To be honest, I only found out about it today while researching some obscure logging options. A quick search reveals that there are some modules ou

Re: number of bytes/packets sent/received

2008-10-09 Thread Dave Ingram
> I forgot to mention, but I need the number of packets / bytes per HTTP > request and log it to a database with other information. So I guess > that would take case of all the hairy stuff. I think I will give it a > go as you recommend with an input and output filter that only counts > the bytes