In httpd.conf:\

LoadModule status_module modules/mod_status.so


    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from 111.222.333.444


ExtendedStatus On

where 111.222.333.444 is the IP of your server.