On Mon, Dec 17, 2001 at 06:12:42PM -0500, Rodent of Unusual Size wrote:
> Is there any supported way for a 1.3 module to be able to tell
> whether the server is running in -X mode?  The only one
> I can think of is to declare both an init and a child_init
> handler, and check at a later stage to see whether the
> child_init ever ran..
> 
> How about for 2.0?

In 2.0 you can use ap_exists_config_define("ONE_PROCESS")

Not sure about 1.3

-Ryan

Reply via email to