spirit posteets tagged apache,performance  [ Profile ]

Sort by: Date / Title /

  1. 10 months ago
    ExtendedStatus will gives you a bit more information: Total Accesses, Total Traffic, CPU Usage and Load, Request/s - Bytes/s - Bytes/request
    # uncomment from /etc/apache2/apache2.conf
    ExtendedStatus On
    <Location /server-status>
        SetHandler server-status
        Order deny,allow
        Deny from all
        Allow from 127.0.0.1 .your_domain.com
    </Location>

First / Previous / Next / Last / Page 1 of 1 (1 posteets)