From nobody@hyperreal.com Fri May 9 21:41:45 1997 Received: (from nobody@localhost) by hyperreal.com (8.8.5/8.8.5) id VAA22683; Fri, 9 May 1997 21:41:45 -0700 (PDT) Message-Id: <199705100441.VAA22683@hyperreal.com> Date: Fri, 9 May 1997 21:41:45 -0700 (PDT) From: Chad Thomas Reply-To: cthomas@iupui.edu To: apbugs@hyperreal.com Subject: empty status page when running as ServerType inetd X-Send-Pr-Version: 3.2 >Number: 566 >Category: mod_status >Synopsis: empty status page when running as ServerType inetd >Confidential: no >Severity: serious >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Fri May 9 21:50:01 1997 >Last-Modified: Sun Jun 29 19:03:06 PDT 1997 >Originator: cthomas@iupui.edu >Organization: >Release: apache_1.2b10 >Environment: Linux tornado.it.iupui.edu 2.0.27 #1 Sat Dec 21 23:44:11 EST 1996 i586 >Description: If you want to use the mod_status module, you must run Apache as standalone using the ServerType directive in httpd.conf. You will get an empty page(ie. This page contains no data) if you run Apache with ServerType inetd. >How-To-Repeat: Get mod_status working correctly with ServerType standalone, then switch to inetd. >Fix: I imagine the status information is generated periodically by the server. Since inetd mode only runs a server process when a request comes in, the status information is never created. My suggestion is that the documentation be changed to indicate mod_status only works in standalone mode >Audit-Trail: State-Changed-From-To: open-analyzed State-Changed-By: marc State-Changed-When: Fri May 9 22:40:40 PDT 1997 State-Changed-Why: Documentation updated to add a note about it only working in standalone mode. We will consider if special case code should be added to make the server return an error if it is attempted, instead of core dumping like it does currently. State-Changed-From-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Sun Jun 29 19:03:05 PDT 1997 State-Changed-Why: Code was committed to make it stop core dumping in this case. But the status page has no meaning when running as ServerType inetd. Dean >Unformatted: