summaryrefslogtreecommitdiffstats
path: root/xcache-coverager.conf
diff options
context:
space:
mode:
Diffstat (limited to 'xcache-coverager.conf')
-rw-r--r--xcache-coverager.conf17
1 files changed, 0 insertions, 17 deletions
diff --git a/xcache-coverager.conf b/xcache-coverager.conf
deleted file mode 100644
index 27c6c7b..0000000
--- a/xcache-coverager.conf
+++ /dev/null
@@ -1,17 +0,0 @@
-# Configure XCache PHP Code Coverage Viewer
-Alias /xcache-coverager /usr/share/xcache/coverager
-
-<Directory /usr/share/xcache/coverager>
- <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>
-