From: Rainer Jung Date: Thu, 9 Nov 2017 13:35:11 +0000 (+0000) Subject: Complete build setup of mod_noloris. X-Git-Tag: 2.5.0-alpha2-ci-test-only~3151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48f9df996948254e7daccd20a24d98da0da0f3f2;p=thirdparty%2Fapache%2Fhttpd.git Complete build setup of mod_noloris. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1814727 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 376d1a5cea8..f0a28551682 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) mod_noloris: complete build setup. [Rainer Jung] + *) mod_md: fix compilation of helper binary a2md. [Rainer Jung] *) core: fix pcre feature detection in configure when using pcre2. [Rainer Jung] diff --git a/modules/experimental/config.m4 b/modules/experimental/config.m4 index 6deaf656987..65a794eaa18 100644 --- a/modules/experimental/config.m4 +++ b/modules/experimental/config.m4 @@ -1,4 +1,6 @@ APACHE_MODPATH_INIT(experimental) +APACHE_MODULE(noloris, Module to mitigate Slowloris attacks, , , no) + APACHE_MODPATH_FINISH