- Rebuild
- Fix minor longstanding braino in included sample configuration (bz #203972)
This commit is contained in:
parent
7cbad38ed5
commit
6ca7e797b0
@ -57,7 +57,7 @@ LoadModule security_module modules/mod_security.so
|
||||
# we exclude GET requests from this because some (automated)
|
||||
# clients supply "text/html" as Content-Type
|
||||
SecFilterSelective REQUEST_METHOD "!^GET$" chain
|
||||
SecFilterSelective HTTP_Content-Type "!(^$|^application/x-www-form-urlencoded$|^multipart/form-data)"
|
||||
SecFilterSelective HTTP_Content-Type "!(^$|^application/x-www-form-urlencoded|^multipart/form-data)"
|
||||
|
||||
# Require Content-Length to be provided with
|
||||
# every POST request
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Security module for the Apache HTTP Server
|
||||
Name: mod_security
|
||||
Version: 1.9.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPL
|
||||
URL: http://www.modsecurity.org/
|
||||
Group: System Environment/Daemons
|
||||
@ -40,6 +40,10 @@ rm -rf %{buildroot}
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf.d/mod_security.conf
|
||||
|
||||
%changelog
|
||||
* Sun Sep 3 2006 Michael Fleming <mfleming+rpm@enlartenment.com> 1.9.4-2
|
||||
- Rebuild
|
||||
- Fix minor longstanding braino in included sample configuration (bz #203972)
|
||||
|
||||
* Mon May 15 2006 Michael Fleming <mfleming+rpm@enlartenment.com> 1.9.4-1
|
||||
- New upstream release
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild
|
Loading…
Reference in New Issue
Block a user