fix httpd -t

This commit is contained in:
quanhongfei 2022-01-24 14:48:55 +08:00
parent 595bf2ad9a
commit 7e63519e05
2 changed files with 8 additions and 2 deletions

View File

@ -55,7 +55,7 @@ LoadModule slotmem_plain_module modules/mod_slotmem_plain.so
LoadModule slotmem_shm_module modules/mod_slotmem_shm.so
LoadModule socache_dbm_module modules/mod_socache_dbm.so
LoadModule socache_memcache_module modules/mod_socache_memcache.so
LoadModule socache_memcache_module modules/mod_socache_redis.so
LoadModule socache_redis_module modules/mod_socache_redis.so
LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
LoadModule status_module modules/mod_status.so
LoadModule substitute_module modules/mod_substitute.so

View File

@ -8,7 +8,7 @@
Name: httpd
Summary: Apache HTTP Server
Version: 2.4.43
Release: 12
Release: 13
License: ASL 2.0
URL: https://httpd.apache.org/
Source0: https://archive.apache.org/dist/httpd/httpd-%{version}.tar.bz2
@ -523,6 +523,12 @@ exit $rv
%{_rpmconfigdir}/macros.d/macros.httpd
%changelog
* Mon Jan 24 2022 quanhongfei <quanhongfei@huawei.com> - 2.4.43-13
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix mod info in configuration
* Fri Dec 24 2021 gaihuiying <gaihuiying1@huawei.com> - 2.4.43-12
- Type:cves
- ID:NA