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