Sophie

Sophie

distrib > Fedora > 19 > i386 > by-pkgid > 7eef9deef2f775e3b624cb29038fe17c > files > 3

apcu-panel-4.0.7-1.fc19.noarch.rpm

# APC Control Panel
Alias /apcu-panel /usr/share/apcu-panel

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