On 11 Jun 2004, at 23:34, Ask Bj�rn Hansen wrote:
So it ends up running before handlers requesting to be last and after handlers requesting to be first and probably after already defined "to be run first" handlers.
Handlers requesting to run last gets put in after other handlers requesting to be last.
Handlers to be run first could be either before others requesting to run first, or after those? (I was planning to lookup what Apache HTTPD does and just model after that -- the first, middle, last idea is from there IIRC).
Shouldn't we get a handle on the use cases though? It seems to me the patch I've applied is probably enough.
Oh, and having written a C apache module, I don't recall there being this complication, but I could be mis-remembering (or this could be an Apache2 thing). Apache does however have multiple phases.
Matt.
