Location of Apache Modules

2009-04-21 Thread Michele Waldman
I ran a find for functions like ap_hook_auth_checker, ap_run_type_checker and a few other functions. I could not find the function definitions. All I could find was a reference to them in server/export.c. Does anyone know where all of the functions are? It's difficult to trace through the

FW: [M] mod_auth_digest hook

2009-04-21 Thread Michele Waldman
Maybe, if I'm a little clearer someone might be able to point in the right direction. I don't think I need to modify mod_auth_digest, but another apache module. What I have is a person login into htaccess using ajax. The file they access has htaccess require valid-user. The first time they log

RE: Location of Apache Modules

2009-04-21 Thread Michele Waldman
Did your browser send digest credentials on the ajax request? You can log %{Authorization}i in the access log to quickly tell. Yes. The browser is sending the creditials. I did check this. That's what was hanging me up. If credentials were sent, can mod_log_config log a %u or were they