025f9e
# APC Control Panel
025f9e
Alias /apcu-panel /usr/share/apcu-panel
025f9e
025f9e
<Directory /usr/share/apcu-panel>
025f9e
   <IfModule mod_authz_core.c>
025f9e
     # Apache 2.4
025f9e
     Require local
025f9e
   </IfModule>
025f9e
   <IfModule !mod_authz_core.c>
025f9e
     # Apache 2.2
025f9e
     Order Deny,Allow
025f9e
     Deny from All
025f9e
     Allow from 127.0.0.1
025f9e
     Allow from ::1
025f9e
   </IfModule>
025f9e
</Directory>
025f9e