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)