I'm working on a module for Apache 2 under Windows. My module is loading and working fine. There is some cleanup I'd like to do before Apache shuts down. Is there any hook or another way to get notification of Apache's pending shutdown so I can do some cleanup in the module?

I tried adding a DllMain() to the module but setting it as the dll entry point kept Apache from running my hook function that I had set with
ap_hook_post_config() and the module was promptly unloaded.

- Dan.

--


This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. To reply to our email administrator directly, send an email to [EMAIL PROTECTED]


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to