diff --git a/httpd.service b/httpd.service index 6ff4e8bcb555ea08f6f68fd1aeef3bad4542682f..7982ff5ff12fb14f8fa1a2e959bd112e006b0849 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 e0c38d00c6527c435c2c8e4cd7e7d2f49b7871de..6610d8e421a120c5571fb78104046e86b1cf7b3c 100644 --- a/httpd.spec +++ b/httpd.spec @@ -8,7 +8,7 @@ Name: httpd Summary: Apache HTTP Server Version: 2.4.43 -Release: 18 +Release: 19 License: ASL 2.0 URL: https://httpd.apache.org/ Source0: https://archive.apache.org/dist/httpd/httpd-%{version}.tar.bz2 @@ -536,6 +536,12 @@ exit $rv %{_rpmconfigdir}/macros.d/macros.httpd %changelog +* Wed Dec 21 2022 chengyechun - 2.4.43-19 +- Type:CVE +- ID:NA +- SUG:restart +- DESC:add ExecStartPost option to htcacheclean.service for solving error message when htcacheclean starting + * Tue Dec 13 2022 chengyechun - 2.4.43-18 - Type:CVE - ID: