From 53033755cd8295008cf464c83372d3cf8b7ba5d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Sep 2012 18:20:51 +0200 Subject: php-xcache: add admin and coverager sub-package --- xcache-coverager.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 xcache-coverager.conf (limited to 'xcache-coverager.conf') diff --git a/xcache-coverager.conf b/xcache-coverager.conf new file mode 100644 index 0000000..27c6c7b --- /dev/null +++ b/xcache-coverager.conf @@ -0,0 +1,17 @@ +# Configure XCache PHP Code Coverage Viewer +Alias /xcache-coverager /usr/share/xcache/coverager + + + + # Apache 2.4 + Require local + + + # Apache 2.2 + Order Deny,Allow + Deny from All + Allow from 127.0.0.1 + Allow from ::1 + + + -- cgit