Home
HSLAB HTTP Monitor Online Help Prev Page Prev Page
HSLAB HTTP Monitor Help System
What's new
What is it
System Requirements
Handy Software Lab Products FAQ
Before You Begin
How it works
Why This Software?
Work With the Program
Main Window
Server Status
Connection and Network Statistics
Content Statistics
Detailed Statistics for Virtual Server (Table)
Virtual Server Connections Distribution
Server Operation
Server Operation Distribution
Countries
Connections by Country
Connections by Host
Monitor Options
Apache Configuration Wizard
Connections Data
Server Profiles
Threshold and Alarms
Advanced Filtering Options
Simple Regexp Syntax
Regular Expressions
Related Apache Documents
Apache Core Features
Module mod_status
Access Control by URL
Apache's Handler Use
Apache Performance Notes
Contacts
Company
Support
Report a bug
License Agreement and Registration
END-USER LICENSE AGREEMENT FOR THIS SOFTWARE
Distribution of Evaluation Version
Why Register?
Unregistered version limitations
Register Online
Enter Registration Code
Related Information
Comma-separated values
Enabling Status Support
Apache HTTP Server

Enabling Status Support

 

 

 

 

 

 

  * The number of worker serving requests

  * The number of idle worker

  * The status of each worker, the number of requests that worker has performed and the total number of bytes served by the worker (*)

  * A total number of accesses and byte count served (*)

 

  * Averages giving the number of requests per second, the number of bytes served per second and the average number of bytes per request (*)

  * The current percentage CPU used by each worker and in total by Apache (*)

  * The current hosts and requests being processed (*)

 

The lines marked "(*)" are only available if ExtendedStatus is On.

 

To enable status reports only for browsers from the example.com domain add this code to your httpd.conf  configuration file

 

<Location /server-status>

SetHandler server-status

 

Order Deny,Allow

Deny from all

Allow from .example.com

</Location>

 

 

The CHM file was converted to HTML by chm2web software.