From 8fc6d91f37fc9b86ac219be52848d19a49aa31be Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 13 Apr 2012 17:10:05 +0200 Subject: [PATCH] Fix apache template --- root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98CallBack | 8 ++++++++ smeserver-callback.spec | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98CallBack b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98CallBack index 2dbeaf6..9161ef0 100644 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98CallBack +++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98CallBack @@ -14,6 +14,14 @@ $OUT .=<<"END" # Callback Configuration $alias + + Options None + AllowOverride None + $requiressl + order deny,allow + deny from all + allow from $allow + SetHandler cgi-script Options ExecCGI diff --git a/smeserver-callback.spec b/smeserver-callback.spec index e5a0f54..4c18b4c 100644 --- a/smeserver-callback.spec +++ b/smeserver-callback.spec @@ -1,7 +1,7 @@ Summary: A small page to originate calls through an asterisk server %define name smeserver-callback Name: %{name} -%define version 0.1.1 +%define version 0.1.2 %define release 1 Version: %{version} Release: %{release}%{?dist} @@ -23,6 +23,9 @@ This package contains all the needed scripts and templates to run the callback form %changelog +* Fri Apr 13 2012 Daniel Berteaud - 0.1.2 +- Fix apache template + * Fri Apr 13 2012 Daniel Berteaud - 0.1.1 - Read CallerID from ENV (sent by LL::NG, from LDAP)