commit 95e264f45925cadee2d43ebf65cdf78b33c248ea Author: Nathanael D. Noblet <nathanael@xxxxxxx> Date: Thu Nov 29 10:55:57 2012 -0700 httpd 2.4 config fix dspam-web.conf | 7 +++++-- dspam.spec | 5 ++++- 2 files changed, 9 insertions(+), 3 deletions(-) --- diff --git a/dspam-web.conf b/dspam-web.conf index e2d9274..ff40890 100644 --- a/dspam-web.conf +++ b/dspam-web.conf @@ -14,10 +14,13 @@ #SSLCertificateKeyFile /etc/pki/tls/private/hostname.key <Directory "/var/www/dspam"> - AllowOverride None - Options -Indexes +ExecCGI + AllowOverride None + <IfModule !mod_authz_core.c> + # Apache 2.2 Order allow,deny Allow from all + </IfModule> + Options -Indexes +ExecCGI AuthType Basic AuthName "DSPAM WebUI login" AuthUserFile /var/www/dspam-passwd diff --git a/dspam.spec b/dspam.spec index 6cace29..83e5b61 100644 --- a/dspam.spec +++ b/dspam.spec @@ -11,7 +11,7 @@ Summary: A library and Mail Delivery Agent for Bayesian SPAM filtering Name: dspam Version: 3.10.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Group: System Environment/Daemons Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz @@ -380,6 +380,9 @@ exit 0 %config(noreplace) %{_sysconfdir}/httpd/conf.d/dspam-web.conf %changelog +* Thu Nov 29 2012 Nathanael Noblet <nathanael@xxxxxxx> - 3.10.2-3 +- Fix dspam-web.conf file to work with httpd 2.4 and 2.2 bug#871396 + * Sun Oct 7 2012 Nathanael Noblet <nathanael@xxxxxxx> - 3.10.2-2 - Add exim patch - Require perl(Mail::MboxParser) fixes bug #622502 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel