Fix HTTP service startup failure

This commit is contained in:
starlet-dx 2024-05-07 09:34:34 +08:00
parent 874053013c
commit 498cf8cbca
2 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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 <yao_xin001@hoperun.com> - 2.9.5-3
- Fix HTTP service startup failure
* Tue Mar 26 2024 yaoxin <yao_xin001@hoperun.com> - 2.9.5-2
- Fix CVE-2022-48279