You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Harrie Hazewinkel <ha...@libero.it> on 2000/01/16 12:08:05 UTC

ExtendedStatus in Apache 2.0

Hi,

In 1.3 there is a directive "ExtendedStatus" in the
httpd.conf. It was in mod_status, but that one is pretty
empty. It only has some general information.

Does anyone know where it is in Apache 2.0??
It could be that this is obsolete, but in the
mpm/prefork I still find traces of
"ap_extended_status".


Harrie
O---------------------------------------------------------O
 mailto:harrie@libero.it
   http://digilander.iol.it/HarrieHazewinkel/
  phone: +39-0331974135
 postal: via Galilei 13, 21018 Sesto Calende (VA), Italy
O---------------------------------------------------------O


Re: ExtendedStatus in Apache 2.0

Posted by David Reid <ab...@dial.pipex.com>.
The BeOS MPM has an implementation but it's not quite as well developed as
Dexter's.

d.
----- Original Message -----
From: "Manoj Kasichainula" <ma...@io.com>
To: "Apache Devellopers List" <ne...@apache.org>
Sent: Monday, January 17, 2000 3:54 AM
Subject: Re: ExtendedStatus in Apache 2.0


> The status routines have been rewritten to deal with the different
> ways that the various MPMs and platforms have to keep track of status
> information., and to allow modules to maintain their own entries in
> the table. Now, the MPMs provide an API that all routines dealing with
> the status table interact with. See
> apache-2.0/src/include/mpm_status.h for the API.
>
> Right now, the reference implementation of this API is in the Dexter
> MPM. IIRC, the BeOS MPM has implemented the API as well.
>
> The concept hasn't been banged on too thoroughly yet; comments are
> always welcome.
>


Re: ExtendedStatus in Apache 2.0

Posted by Manoj Kasichainula <ma...@io.com>.
The status routines have been rewritten to deal with the different
ways that the various MPMs and platforms have to keep track of status
information., and to allow modules to maintain their own entries in
the table. Now, the MPMs provide an API that all routines dealing with
the status table interact with. See
apache-2.0/src/include/mpm_status.h for the API. 

Right now, the reference implementation of this API is in the Dexter
MPM. IIRC, the BeOS MPM has implemented the API as well. 

The concept hasn't been banged on too thoroughly yet; comments are
always welcome.