Hi!
> i.e. when it works at all. With Apache 2.4 the ap_rflush() in zif_virtual()
> terminates the currently running main request, in my testing, resulting in a
> completely crashing apache. This might be remedied, though.
>
> At the moment, as part of my efforts to fix bug 68486, I have modifi
Hi,
working on bug 68486 I had a look at the apache2handler virtual() function.
This function, as vaguely documented, is intended to make an Apache
subrequest, without terminating the currently running request, i.e. run
whatever is behind a different URI (given as an argument to virtual().
The