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