summaryrefslogtreecommitdiffstats
path: root/xcache-admin.conf
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-10-31 09:10:28 +0100
committerRemi Collet <fedora@famillecollet.com>2012-10-31 09:10:28 +0100
commit08e0fe2bb7fe872dc78699b0388f505c182bf310 (patch)
treea845e660a9def6d55217c875a0f2205e35030f5e /xcache-admin.conf
parentaa3fee9a1d144c7d9a9ddc72bdb1a91be0fab03b (diff)
php-xcache version 3.0.0 (fedora review spec)
Diffstat (limited to 'xcache-admin.conf')
-rw-r--r--xcache-admin.conf17
1 files changed, 0 insertions, 17 deletions
diff --git a/xcache-admin.conf b/xcache-admin.conf
deleted file mode 100644
index eac67f5..0000000
--- a/xcache-admin.conf
+++ /dev/null
@@ -1,17 +0,0 @@
-# Configure XCache Administration
-Alias /xcache-admin /usr/share/xcache/admin
-
-<Directory /usr/share/xcache/admin>
- <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>
-