I have multiple virtual hosts listening on different ports.
For the apache_status plugin to work well, I need to add sections to each virtual host
<Location "/server-status">
SetHandler server-status
Require host localhost
</Location>
Is it enough to set up a separate virtualhost on port 5000 that will collect data from the entire apache, or only from what is happening on port 5000?