summaryrefslogtreecommitdiffstats
path: root/apcu-panel.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apcu-panel.conf')
-rw-r--r--apcu-panel.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/apcu-panel.conf b/apcu-panel.conf
index e51a40f..de7d690 100644
--- a/apcu-panel.conf
+++ b/apcu-panel.conf
@@ -3,15 +3,7 @@ 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>