From 44667e3131c27cee2085049e57580f2dea728add Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Mar 2013 06:14:02 +0100 Subject: rename php-apcu to php-pecl-apcu --- apcu-panel.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 apcu-panel.conf (limited to 'apcu-panel.conf') diff --git a/apcu-panel.conf b/apcu-panel.conf new file mode 100644 index 0000000..e51a40f --- /dev/null +++ b/apcu-panel.conf @@ -0,0 +1,17 @@ +# APC Control Panel +Alias /apcu-panel /usr/share/apcu-panel + + + + # Apache 2.4 + Require local + + + # Apache 2.2 + Order Deny,Allow + Deny from All + Allow from 127.0.0.1 + Allow from ::1 + + + -- cgit