Cliff Woolley wrote:
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.

But we still have ExtendedStatus which is when on, maintains the client and request records. If I turn it off, these two records disappear.



__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com



Reply via email to