On Mon, 13 Oct 2003, Stas Bekman wrote: > right, so should it be turned on with ExtendedStatus is on? Where was it > called before? cvs change pointer?
That's the whole problem. It used to be that mod_status set some global variable called ap_extended_status to 1. We got rid of that variable in 2.0, hence http_request.c wouldn't compile so rather than fixing the API the whole thing got axed altogether (see http_request.c r1.2, look in the ap_process_request() function. r1.1 is copied straight over from Apache 1.3.9, so you can see how it used to work also. --Cliff