View: Apache server activity and performance with mod_status

  1. 6 months ago by spirit
    # 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>

0 comment about "Apache server activity and performance with mod_status"