Fix apache template

tags/0.1.2 0.1.2
Daniel Berteaud 13 years ago
parent b905cc9837
commit 8fc6d91f37
  1. 8
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98CallBack
  2. 5
      smeserver-callback.spec

@ -14,6 +14,14 @@ $OUT .=<<"END"
# Callback Configuration
$alias
<Directory /usr/share/callback/>
Options None
AllowOverride None
$requiressl
order deny,allow
deny from all
allow from $allow
</Directory>
<Directory /usr/share/callback/cgi-bin/>
SetHandler cgi-script
Options ExecCGI

@ -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 <daniel@firewall-services.com> - 0.1.2
- Fix apache template
* Fri Apr 13 2012 Daniel Berteaud <daniel@firewall-services.com> - 0.1.1
- Read CallerID from ENV (sent by LL::NG, from LDAP)

Loading…
Cancel
Save