>>
Dan Baumbach wrote:
I'm working on a module for Apache 2 under Windows.
Forget "under Windows". It's going to run under Apache, and what you
want is exactly the same on windows platform as anywhere else.
My module is
loading and working fine. Ther
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