summaryrefslogtreecommitdiffstats
path: root/php-pecl-apm.httpd
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-03-16 10:41:39 +0100
committerRemi Collet <fedora@famillecollet.com>2015-03-16 10:41:39 +0100
commit9c9e9ca8c10ffa3e294c5d113e49d664380e9f9f (patch)
tree83ebd08ea4a4ca44e7a005d8049f5fe1c57b6dd2 /php-pecl-apm.httpd
parent7bcfaf8fd433cd7bdff0accaf186a038770c430e (diff)
apm-web: New package, split off php-pecl-apm
Diffstat (limited to 'php-pecl-apm.httpd')
-rw-r--r--php-pecl-apm.httpd22
1 files changed, 0 insertions, 22 deletions
diff --git a/php-pecl-apm.httpd b/php-pecl-apm.httpd
deleted file mode 100644
index 6878614..0000000
--- a/php-pecl-apm.httpd
+++ /dev/null
@@ -1,22 +0,0 @@
-# APM (Alternative PHP Monitor)
-#
-# Allows only localhost by default
-#
-
-Alias /@ALIAS@ @SHARE@/@ALIAS@
-
-<Directory @SHARE@/@ALIAS@/>
- AddDefaultCharset UTF-8
-
- <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>