However open_logs and post_config running 4 times doesn't seem right, and mod_perl has no control over it. Could you try to set a breakpoint in modperl_hook_post_config and look at the traces with an aim to figure out why this happens four times? Remember that apache restarts itself, so 2 times is the right answer.
I don't know that you can necessarily say that. win32 is it's own mpm, so its model might be quite different than what we ordinarily expect on unix. as you said, we have little if any control over it.
<handwaving>
perhaps asking httpd-dev or coming up with a pure C module for those hooks would shed some light. the ORA apache book has a module that hooks into everything, and might be a simple way to test it
http://examples.oreilly.com/apache3/
</handwaving>
:)
--Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
