]> granicus.if.org Git - apache/commitdiff
Complete build setup of mod_noloris.
authorRainer Jung <rjung@apache.org>
Thu, 9 Nov 2017 13:35:11 +0000 (13:35 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 9 Nov 2017 13:35:11 +0000 (13:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1814727 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/experimental/config.m4

diff --git a/CHANGES b/CHANGES
index 376d1a5cea8790ad805c6c294834532daf7dbbc9..f0a28551682ba731c7aa63e4cf40eb1c46cccfea 100644 (file)
--- 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]
index 6deaf6569871c1a4344419c87593b07c348dcb36..65a794eaa189f1454170fe595133e1d30d6ce738 100644 (file)
@@ -1,4 +1,6 @@
 
 APACHE_MODPATH_INIT(experimental)
 
+APACHE_MODULE(noloris, Module to mitigate Slowloris attacks, , , no)
+
 APACHE_MODPATH_FINISH