Hello.

I have modified mod_cache slightly and wrote auth module. mod_mycache
and mod_myauth for example.

I want to be able to check permissions when using cache, so i have
added hook in mod_mycache and implemented it in mod_myauth.

Problem is that this hook should be executed only if AuthType mine is
specified in httpd.conf <Location>. So i wanted to check
ap_auth_type(r) in hook as i do it in my auth module main function.

But it occured that in hook ap_cache_auth is NULL, and in mod_myauth
main function it is "mine".

Why? And what should i do?

Maybe it is somehow connected with fact that mod_mycache is executed
from quick handler?

-- 
С уважением, Кевац Марко
Sincerely yours, Kevac Marko

Reply via email to