Apache_status many virutalhost

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?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.