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 f...@clift.org 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

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

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: packaging libapreq2 as a dependency

2012-04-27 Thread Joe Schaefer
From: Issac Goldstand mar...@beamartyr.net To: dev@httpd.apache.org Sent: Friday, April 27, 2012 1:55 AM Subject: Re: packaging libapreq2 as a dependency On 27/04/2012 05:12, Joe Schaefer wrote: Now that some time has passed since Philip brought apreq2 into

Re: packaging libapreq2 as a dependency

2012-04-27 Thread Igor Galić
Personally I'd just follow the mod_ldap module design for apreq and just link the mod_apreq2 filter module to libapreq2.  That avoids the whole bloatware question about having it as a core dependency- users don't configure it in, it doesn't effect the httpd build.  Package managers could