From 2b33339a71cc97fc73fb89ee5aca84dd9a924e62 Mon Sep 17 00:00:00 2001 From: quanhongfei <2506045831@qq.com> Date: Mon, 24 Jan 2022 20:03:06 +0800 Subject: [PATCH] 1 --- 00-base.conf | 2 +- httpd.spec | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/00-base.conf b/00-base.conf index f673d78..7cabce0 100644 --- a/00-base.conf +++ b/00-base.conf @@ -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 diff --git a/httpd.spec b/httpd.spec index e4d0d41..21bb358 100644 --- a/httpd.spec +++ b/httpd.spec @@ -8,7 +8,7 @@ Name: httpd Summary: Apache HTTP Server Version: 2.4.51 -Release: 2 +Release: 3 License: ASL 2.0 URL: https://httpd.apache.org/ Source0: https://archive.apache.org/dist/httpd/httpd-%{version}.tar.bz2 @@ -501,6 +501,12 @@ exit $rv %{_rpmconfigdir}/macros.d/macros.httpd %changelog +* Mon Jan 24 2022 quanhongfei - 2.4.51-3 +- Type:bugfix +- ID:NA +- SUG:restart +- DESC:fix mod info in configuration + * Fri Jan 07 2022 gaihuiying - 2.4.51-2 - Type:bugfix - ID:NA