From 710153d18f8d7b8f47088175dc207d6317304365 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 21 Feb 2015 11:24:31 +0100 Subject: php-pecl-apm: 2.0.0 - New package --- php-pecl-apm.httpd | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 php-pecl-apm.httpd (limited to 'php-pecl-apm.httpd') diff --git a/php-pecl-apm.httpd b/php-pecl-apm.httpd new file mode 100644 index 0000000..6878614 --- /dev/null +++ b/php-pecl-apm.httpd @@ -0,0 +1,22 @@ +# APM (Alternative PHP Monitor) +# +# Allows only localhost by default +# + +Alias /@ALIAS@ @SHARE@/@ALIAS@ + + + AddDefaultCharset UTF-8 + + + # Apache 2.4 + Require local + + + # Apache 2.2 + Order Deny,Allow + Deny from All + Allow from 127.0.0.1 + Allow from ::1 + + -- cgit