Re: Windows service startup configuration - how to find out the "working" process?

2012-04-27 Thread Rainer Jung
On 26.04.2012 13:50, Waldemar Klein wrote: Well, on Windows this all seems different, there is only one real working child created, and it is not restarted ever (unless it crashes from a segfault or so in a my module). There is also MaxRequestsPerChild (2.2) resp. MaxConnectionsPerChild (2.4)

Re: How can I hook exactly just before the default file handler?

2012-04-27 Thread Fred Clift
The short version of what I'm trying to do: I have an external caching reverse proxy. I would like fast cache invalidation by watching file-system events for static files (e.g. all jpg files) in a hosted environment that I don't control the content for. I can see filesystem events for all the file

Re: How can I hook exactly just before the default file handler?

2012-04-27 Thread Nick Kew
On Thu, 26 Apr 2012 14:06:22 -0600 Fred Clift wrote: > Hi all, > > I see that you can specify in the 2nd and 3rd options of the ap_hook_* > calls modules that should be before and after your module. The > documentation states that this controls the sort-order of which modules > execute when. I