forked from pool/apache2-mod_security2
- Portability: provide /etc/apache2/mod_security2.d/empty.conf
to avoid a non-match of the file-glob in the Include statement from /etc/apache2/conf.d/mod_security2.conf . This restores the Include back from the IncludeOptional, which is not portable. OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_security2?expand=0&rev=50
This commit is contained in:
parent
fc3d6dbc4e
commit
0d2701922b
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 27 17:30:25 CEST 2014 - draht@suse.de
|
||||||
|
|
||||||
|
- Portability: provide /etc/apache2/mod_security2.d/empty.conf
|
||||||
|
to avoid a non-match of the file-glob in the Include statement
|
||||||
|
from /etc/apache2/conf.d/mod_security2.conf . This restores
|
||||||
|
the Include back from the IncludeOptional, which is not portable.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 25 19:33:11 UTC 2014 - thomas.worm@sicsec.de
|
Mon Aug 25 19:33:11 UTC 2014 - thomas.worm@sicsec.de
|
||||||
|
|
||||||
|
@ -56,6 +56,7 @@ Source3: %{refman}.bz2
|
|||||||
Source4: %{faq}.bz2
|
Source4: %{faq}.bz2
|
||||||
Source5: modsecurity_diagram_apache_request_cycle.jpg
|
Source5: modsecurity_diagram_apache_request_cycle.jpg
|
||||||
Source6: README-SUSE-mod_security2.txt
|
Source6: README-SUSE-mod_security2.txt
|
||||||
|
Source7: empty.conf
|
||||||
Patch0: apache2-mod_security2-no_rpath.diff
|
Patch0: apache2-mod_security2-no_rpath.diff
|
||||||
#
|
#
|
||||||
Summary: ModSecurity Open Source Web Application Firewall
|
Summary: ModSecurity Open Source Web Application Firewall
|
||||||
|
4
empty.conf
Normal file
4
empty.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# This configuration file has been intentionally left empty to avoid errors
|
||||||
|
# resulting from an Include statement that matches no files.
|
||||||
|
# (IncludeOptional is available for apache > 2.4)
|
||||||
|
#
|
Loading…
Reference in New Issue
Block a user