summaryrefslogtreecommitdiffstats
path: root/apcu-panel.conf
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-03-27 06:14:02 +0100
committerRemi Collet <fedora@famillecollet.com>2013-03-27 06:14:02 +0100
commit44667e3131c27cee2085049e57580f2dea728add (patch)
treebc8fd8d99f399b4be8a7139d3befc7c8aa7f45e3 /apcu-panel.conf
rename php-apcu to php-pecl-apcu
Diffstat (limited to 'apcu-panel.conf')
-rw-r--r--apcu-panel.conf17
1 files changed, 17 insertions, 0 deletions
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
+
+<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>
+