Am Montag, den 01.01.2007, 06:18 -0800 schrieb Drew Bertola: > Joachim Zobel wrote: > > Am Montag, den 01.01.2007, 01:48 -0800 schrieb Drew Bertola: > > > >> APR_BUCKET_REMOVE(e); > >> APR_BRIGADE_INSERT_TAIL(ctx->bb, e); > >> > > This generates segfaults when processing php and doesn't help with my > problem. Is the problem due to filter order?
No. The problem is due to not removing the buckets you copy. Sincerely, Joachim