Apache_status multiple listen port

Hi i use 2.1.0p30 raw

I want to use apache_status plugin.
I have multiple virtualhosts, each listening on a different port

The question is whether sections

<Location "/server-status">
         SetHandler server-status
         Require host localhost
</Location>

should I add to each virtualhost or is it enough to just do it in 1

Luk