hi~
 
I can't understand the hook sorting in the case:
 
I see the modules registering open_logs hook are prefork.c, core.c, log_config.c. When these modules register the hook, they use the order like this.
 
prefork.c      : APR_HOOK_MIDDLE
core.c         : APR_HOOK_REALLY_FIRST
log_config.c : APR_HOOK_MIDDLE
 
After I unpacked Apache tarball and set the apr_hook_debug_enabled = 1 in apr_hooks.c, I installed and ran Apache. And see
 
Sorting open_logs : prefork.c core.c mod_log_opens.c
 
I think core.c must be in first place but it doesn't. I don't know what it is ^^;
 


무료 1GB용량!, 더이상 용량 고민없는 야후! 메일을 써보세요.
대한민국 블로그가 모인 곳!
피플링에서 네이버, 이글루스를 만나다
야후! 모바일
최신 휴대폰 정보, 벨소리, 캐릭터, 문자메세지

Reply via email to