Getting Started – Ubuntu
2 System setup
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Location>
</IfModule>
Important
It is recommended to consider the directives ServerTokens and ServerSignature and set values suitable for your setup.
12