>Number: 1276 >Category: mod_status >Synopsis: Extending mod_status functionality >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: open >Class: change-request >Submitter-Id: apache >Arrival-Date: Mon Oct 20 11:50:00 PDT 1997 >Last-Modified: >Originator: [EMAIL PROTECTED] >Organization: apache >Release: Any >Environment: N/A >Description: In future revisions of Apache, it would be nice for the mod_status module to base it's results off of <VirtualHost>'s.
Right now, if a <VirtualHost> is visited for /status information, _ALL_ connections to Apache are returned -- for all <VirtualHost>s, and for the main server. This functionality would be useful for system administrators who wish to see information only regarding particular <VirtualHost>'s. This can currently be done by grabbing the results of the /status, parsing them through a simple sh or perl script with grep functionality, and then being spit back out. However, it would be much more wise to have Apache grep the data out itself, since it already knows what connections are going where. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted:
