From 1c1c12d31aec96cece87df7a0f5a95b737f63fc5 Mon Sep 17 00:00:00 2001 From: chengyechun Date: Fri, 3 Feb 2023 10:50:22 +0800 Subject: [PATCH] solving error --- httpd.service | 1 + httpd.spec | 16 +++++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/httpd.service b/httpd.service index 6ff4e8b..7982ff5 100644 --- a/httpd.service +++ b/httpd.service @@ -22,6 +22,7 @@ Type=notify Environment=LANG=C ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND +ExecStartPost=/usr/bin/sleep 0.1 ExecReload=/usr/sbin/httpd $OPTIONS -k graceful # Send SIGWINCH for graceful stop KillSignal=SIGWINCH diff --git a/httpd.spec b/httpd.spec index 6179934..b2cade5 100644 --- a/httpd.spec +++ b/httpd.spec @@ -8,7 +8,7 @@ Name: httpd Summary: Apache HTTP Server Version: 2.4.43 -Release: 19 +Release: 20 License: ASL 2.0 URL: https://httpd.apache.org/ Source0: https://archive.apache.org/dist/httpd/httpd-%{version}.tar.bz2 @@ -539,17 +539,23 @@ exit $rv %{_rpmconfigdir}/macros.d/macros.httpd %changelog +* Fri Feb 3 2023 chengyechun - 2.4.43-20 +- Type:bugfix +- ID:NA +- SUG:restart +- DESC:add ExecStartPost option to htcacheclean.service for solving error message when htcacheclean starting + * Thu Feb 2 2023 chengyechun - 2.4.43-19 - Type:CVE - ID:CVE-2022-36760, CVE-2006-20001, CVE-2022-37436 - SUG:restart - DESC:fix CVE-2022-36760,CVE-2006-20001,CVE-2022-37436 -* Tue Dec 13 2022chengyechun- 2.4.43-18 -- Type:CVE -- ID: +* Tue Dec 13 2022 chengyechun- 2.4.43-18 +- Type:bugfix +- ID:NA - SUG:restart -- DESC:fixthenameoftheCVEpatch +- DESC:fix the name of the CVE patch * Thu Jul 21 2022 chengyechun - 2.4.43-17 - Type:CVE