From 7a7c76fbe05fe657b4de60d41fcb9aa5e4fea04d Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Jul 16 2018 16:01:34 +0000 Subject: add Lua-based /server-status example page to docs --- diff --git a/httpd.spec b/httpd.spec index c9927ce..4594e86 100644 --- a/httpd.spec +++ b/httpd.spec @@ -13,7 +13,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.4.33 -Release: 9%{?dist} +Release: 10%{?dist} URL: https://httpd.apache.org/ Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source1: index.html @@ -24,6 +24,7 @@ Source5: httpd.tmpfiles Source6: httpd.service Source7: action-graceful.sh Source8: action-configtest.sh +Source9: server-status.conf Source10: httpd.conf Source11: 00-base.conf Source12: 00-mpm.conf @@ -255,6 +256,7 @@ sed < $RPM_SOURCE_DIR/httpd.conf >> instance.conf ' /^ *ErrorLog .logs/s,logs/,logs/${HTTPD_INSTANCE}_, ' touch -r $RPM_SOURCE_DIR/instance.conf instance.conf +cp -p $RPM_SOURCE_DIR/server-status.conf server-status.conf # Safety check: prevent build if defined MMN does not equal upstream MMN. vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'` @@ -430,9 +432,12 @@ cat > $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d/macros.httpd < - 2.4.33-10 +- add Lua-based /server-status example page to docs + * Fri Jul 13 2018 Fedora Release Engineering - 2.4.33-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild