From 498cf8cbcab321c640d3e40b2c6d3ef6f90c9019 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Tue, 7 May 2024 09:34:34 +0800 Subject: [PATCH] Fix HTTP service startup failure --- mod_security.conf | 2 +- mod_security.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/mod_security.conf b/mod_security.conf index 728afc1..12e87c4 100644 --- a/mod_security.conf +++ b/mod_security.conf @@ -215,7 +215,7 @@ SecCookieFormat 0 # to properly map encoded data to your language. Properly setting # these directives helps to reduce false positives and negatives. # -SecUnicodeMapFile unicode.mapping 20127 +#SecUnicodeMapFile unicode.mapping 20127 # Improve the quality of ModSecurity by sharing information about your # current ModSecurity version and dependencies versions. diff --git a/mod_security.spec b/mod_security.spec index 09e2771..abe32da 100644 --- a/mod_security.spec +++ b/mod_security.spec @@ -7,7 +7,7 @@ Name: mod_security Version: 2.9.5 -Release: 2 +Release: 3 Summary: Security module for the Apache HTTP Server License: ASL 2.0 URL: http://www.modsecurity.org/ @@ -97,6 +97,9 @@ install -m0755 mlogc/mlogc-batch-load.pl %{buildroot}%{_bindir}/mlogc-batch-load %endif %changelog +* Mon May 06 2024 yaoxin - 2.9.5-3 +- Fix HTTP service startup failure + * Tue Mar 26 2024 yaoxin - 2.9.5-2 - Fix CVE-2022-48279 -- Gitee