Something like
SetHandler server-status
Order Deny,Allow
Deny from all
Allow from 10.0.0.0/24
(where 10.0.0.0 is your local network range) will prevent external requests. This is mentioned in the linked through Apache documentation.