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